Package io.keikai.json
Interface JSONAware
- All Known Subinterfaces:
JSONNode
- All Known Implementing Classes:
Cell,JSONArray,JSONObject,Row,SheetData
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
-
Method Details
-
toJSONString
String toJSONString()- Returns:
- JSON text
-