| Constructor and Description |
|---|
StringDumpingWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeJSONString(Object value,
Appendable out,
net.minidev.json.JSONStyle compression)
Dumps object as a string representation.
|
public void writeJSONString(Object value, Appendable out, net.minidev.json.JSONStyle compression) throws IOException
writeJSONString in interface net.minidev.json.reader.JsonWriterI<Object>value - Value.out - Output stream.compression - JSON formatter style.IOException - When write to output stream fails.Copyright © 2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.