net.tomp2p.examples.json.simple
Interface JSONAware

All Known Implementing Classes:
JSONArray, JSONObject

public interface JSONAware

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

Author:
FangYidong

Method Summary
 String toJSONString()
           
 

Method Detail

toJSONString

String toJSONString()
Returns:
JSON text


Copyright © 2012. All Rights Reserved.