Package com.alibaba.fastjson
Interface JSONAware
public interface JSONAware
Beans that support customized output of JSON text shall implement this interface.
- Author:
- wenshao[szujobs@hotmail.com]
-
Method Summary
-
Method Details
-
toJSONString
String toJSONString()- Returns:
- JSON text
-