Package com.alibaba.fastjson
Interface JSONAware
-
- All Known Implementing Classes:
JSON,JSONArray,JSONObject
public interface JSONAwareBeans that support customized output of JSON text shall implement this interface.- Author:
- wenshao[szujobs@hotmail.com]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoJSONString()
-
-
-
Method Detail
-
toJSONString
String toJSONString()
- Returns:
- JSON text
-
-