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