Package net.minidev.json.reader
Interface JsonWriterI<T>
- All Known Implementing Classes:
ArrayWriter
,BeansWriter
,BeansWriterASM
,BeansWriterASMRemap
public interface JsonWriterI<T>
-
Method Summary
Modifier and TypeMethodDescription<E extends T>
voidwriteJSONString
(E value, Appendable out, JSONStyle compression)
-
Method Details
-
writeJSONString
<E extends T> void writeJSONString(E value, Appendable out, JSONStyle compression) throws IOException - Throws:
IOException
-