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