net.tomp2p.examples.json.simple
Interface JSONStreamAware

All Known Implementing Classes:
JSONArray, JSONObject

public interface JSONStreamAware

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

Author:
FangYidong

Method Summary
 void writeJSONString(Writer out)
          write JSON string to out.
 

Method Detail

writeJSONString

void writeJSONString(Writer out)
                     throws IOException
write JSON string to out.

Throws:
IOException


Copyright © 2012. All Rights Reserved.