public static class Writers.StringBufferWriter extends Object implements JsonWriter.JsonClassWriter
| Constructor and Description |
|---|
StringBufferWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPrimitiveForm() |
void |
write(Object obj,
boolean showType,
Writer output) |
void |
writePrimitiveForm(Object o,
Writer output) |
public void write(Object obj, boolean showType, Writer output) throws IOException
write in interface JsonWriter.JsonClassWriterIOExceptionpublic boolean hasPrimitiveForm()
hasPrimitiveForm in interface JsonWriter.JsonClassWriterpublic void writePrimitiveForm(Object o, Writer output) throws IOException
writePrimitiveForm in interface JsonWriter.JsonClassWriterIOExceptionCopyright © 2015. All rights reserved.