public static interface JsonWriter.JsonClassWriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPrimitiveForm() |
void |
write(Object o,
boolean showType,
Writer output) |
void |
writePrimitiveForm(Object o,
Writer output) |
void write(Object o, boolean showType, Writer output) throws IOException
IOExceptionboolean hasPrimitiveForm()
void writePrimitiveForm(Object o, Writer output) throws IOException
IOExceptionCopyright © 2015. All rights reserved.