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
IOException
boolean hasPrimitiveForm()
void writePrimitiveForm(Object o, Writer output) throws IOException
IOException
Copyright © 2015. All rights reserved.