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