Package org.zkoss.zats.common.json
Interface JSONStreamAware
-
public interface JSONStreamAwareBeans that support customized output of JSON text to a writer shall implement this interface.- Since:
- 1.1.0
- Author:
- FangYidong
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteJSONString(Appendable out)write JSON string to out.
-
-
-
Method Detail
-
writeJSONString
void writeJSONString(Appendable out) throws IOException
write JSON string to out.- Throws:
IOException
-
-