public static class Writers.DateWriter extends Object implements JsonWriter.JsonClassWriter, JsonWriter.JsonClassWriterEx
JsonWriter.JsonClassWriterEx.Support
JSON_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.JsonClassWriter
IOException
public void write(Object obj, boolean showType, Writer output, Map args) throws IOException
write
in interface JsonWriter.JsonClassWriterEx
IOException
public boolean hasPrimitiveForm()
hasPrimitiveForm
in interface JsonWriter.JsonClassWriter
public void writePrimitiveForm(Object o, Writer output) throws IOException
writePrimitiveForm
in interface JsonWriter.JsonClassWriter
IOException
public void writePrimitiveForm(Object o, Writer output, Map args) throws IOException
IOException
Copyright © 2015. All rights reserved.