Package org.zkoss.json
Interface JSONAware
-
- All Known Implementing Classes:
JavaScriptValue,JSONArray,JSONObject
public interface JSONAwareBeans that support customized output of JSON text shall implement this interface. It is called when encoding an object.- Author:
- FangYidong<fangyidong@yahoo.com.cn>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoJSONString()
-