com.alibaba.fastjson
接口 JSONAware

所有已知实现类:
JSON, JSONArray, JSONObject

public interface JSONAware

Beans that support customized output of JSON text shall implement this interface.

作者:
wenshao

方法摘要
 String toJSONString()
           
 

方法详细信息

toJSONString

String toJSONString()
返回:
JSON text


Copyright © 2012-2014 Alibaba Group. All Rights Reserved.