org.zkoss.json
Interface JSONAware

All Known Implementing Classes:
JavaScriptValue, JSONArray, JSONObject

public interface JSONAware

Beans that support customized output of JSON text shall implement this interface. It is called when encoding an object.

Author:
FangYidong

Method Summary
 java.lang.String toJSONString()
           
 

Method Detail

toJSONString

java.lang.String toJSONString()
Returns:
JSON text


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo