JSONAware (fastjson 1.1.26 API)

fastjson



com.alibaba.fastjson Interface JSONAware

All Known Implementing Classes:
JSON, JSONArray, JSONObject

public interface JSONAware

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

Author:
wenshao

Method Summary
 String
 

Method Detail

toJSONString

String toJSONString()
Returns:
JSON text


Copyright © 2012 Alibaba Group. All Rights Reserved.