public interface WriterContext
| Modifier and Type | Method and Description |
|---|---|
WriteOptions |
getWriteOptions()
Gets the write options for the current serialization
|
void |
writeObject(Object obj,
boolean showType,
boolean bodyOnly)
Allows you to use the current JsonWriter to write an object out.
|
WriteOptions getWriteOptions()
void writeObject(Object obj, boolean showType, boolean bodyOnly) throws IOException
IOExceptionCopyright © 2023. All rights reserved.