Package net.minidev.json.reader
Interface JsonWriterI<T>
-
- All Known Implementing Classes:
ArrayWriter,BeansWriter,BeansWriterASM,BeansWriterASMRemap
public interface JsonWriterI<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends T>
voidwriteJSONString(E value, java.lang.Appendable out, JSONStyle compression)
-