public class FieldsMetadataJSONSerializer extends Object
| Constructor and Description |
|---|
FieldsMetadataJSONSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static FieldsMetadataJSONSerializer |
getInstance() |
protected String |
getValue(String fieldName,
int index) |
void |
save(FieldsMetadata fieldsMetadata,
OutputStream out,
boolean indent) |
void |
save(FieldsMetadata fieldsMetadata,
Writer writer,
boolean indent) |
public static FieldsMetadataJSONSerializer getInstance()
public void save(FieldsMetadata fieldsMetadata, Writer writer, boolean indent) throws IOException, JSONException
IOExceptionJSONExceptionpublic void save(FieldsMetadata fieldsMetadata, OutputStream out, boolean indent) throws IOException, JSONException
IOExceptionJSONExceptionCopyright © 2017. All Rights Reserved.