@Deprecated public static interface JsonWriter.JsonClassWriter extends JsonWriter.JsonClassWriterBase
Modifier and Type | Method and Description |
---|---|
boolean |
hasPrimitiveForm()
Deprecated.
|
void |
write(Object o,
boolean showType,
Writer output)
Deprecated.
|
void |
writePrimitiveForm(Object o,
Writer output)
Deprecated.
|
@Deprecated void write(Object o, boolean showType, Writer output) throws IOException
o
- Object to be written in JSON format.showType
- boolean indicating whether to show @type.output
- Writer destination to where the actual JSON is written.IOException
- if thrown by the writer. Will be caught at a higher level and wrapped in JsonIoException.@Deprecated boolean hasPrimitiveForm()
@Deprecated void writePrimitiveForm(Object o, Writer output) throws IOException
o
- Object to be writtenoutput
- Writer destination to where the actual JSON is written.IOException
- if thrown by the writer. Will be caught at a higher level and wrapped in JsonIoException.Copyright © 2024. All rights reserved.