net.minidev.json
Interface JSONStreamAware

All Known Subinterfaces:
JSONStreamAwareEx
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(Appendable out)
          write JSON string to out.
 

Method Detail

writeJSONString

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

Throws:
IOException


Copyright © 2012 Chemouni Uriel. All Rights Reserved.