@Deprecated public static interface JsonWriter.JsonClassWriterEx extends JsonWriter.JsonClassWriterBase
Modifier and Type | Method and Description |
---|---|
void |
write(Object o,
boolean showType,
Writer output,
Map<String,Object> args)
Deprecated.
|
@Deprecated void write(Object o, boolean showType, Writer output, Map<String,Object> args) 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.args
- Map of 'settings' arguments initially passed into the JsonWriter.IOException
- if thrown by the writer. Will be caught at a higher level and wrapped in JsonIoException.Copyright © 2024. All rights reserved.