Package org.json.simple
Interface JSONStreamAware
-
- All Known Implementing Classes:
JSONArray,JSONObject
@Deprecated public interface JSONStreamAwareDeprecated.since 2.0.0, replaced byJsonableBeans that support customized output of JSON text to a writer shall implement this interface.- Author:
- FangYidong<fangyidong@yahoo.com.cn>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidwriteJSONString(java.io.Writer out)Deprecated.write JSON string to out.
-