public static class Writers.TimestampWriter extends Object implements JsonWriter.JsonClassWriter
| Constructor and Description |
|---|
Writers.TimestampWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPrimitiveForm() |
void |
write(Object o,
boolean showType,
Writer output) |
void |
writePrimitiveForm(Object o,
Writer output) |
public void write(Object o, 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.