Package org.zkoss.json
Interface JSONAware
-
- All Known Implementing Classes:
AuResponse.JSONComponent
,AuResponse.JSONDate
,IPopupBase.OpenOptionBuilder
,JavaScriptValue
,JSONArray
,JSONObject
public interface JSONAware
Beans 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.String
toJSONString()
-