Package org.zkoss.zats.common.json
Interface JSONAware
-
- All Known Implementing Classes:
JSONObject
public interface JSONAwareBeans that support customized output of JSON text shall implement this interface.- Since:
- 1.1.0
- Author:
- FangYidong
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoJSONString()
-
-
-
Method Detail
-
toJSONString
String toJSONString()
- Returns:
- JSON text
-
-