JsonWriterI<Object>public class ArrayWriter extends Object implements JsonWriterI<Object>
| Constructor | Description |
|---|---|
ArrayWriter() |
| Modifier and Type | Method | Description |
|---|---|---|
<E> void |
writeJSONString(E value,
Appendable out,
JSONStyle compression) |
public <E> void writeJSONString(E value,
Appendable out,
JSONStyle compression)
throws IOException
writeJSONString in interface JsonWriterI<Object>IOException