public interface WriteableJsonObject
WriteableJsonObject is called back with an ObjectWriter with which to write itself.| Modifier and Type | Method and Description | 
|---|---|
| void | writeTo(ObjectWriter objectWriter)Callback to request that this  WriteableJsonObjectwrites its fields using the givenObjectWriter. | 
void writeTo(ObjectWriter objectWriter) throws java.io.IOException
WriteableJsonObject writes its fields using the given ObjectWriter.objectWriter - the ObjectWriter to output fields to.java.io.IOException - if there was a problem writing to the ObjectWriter.