net.minidev.json
Interface JSONStreamAwareEx

All Superinterfaces:
JSONStreamAware
All Known Implementing Classes:
JSONArray, JSONObject

public interface JSONStreamAwareEx
extends JSONStreamAware

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

Author:
FangYidong

Method Summary
 void writeJSONString(Appendable out, JSONStyle compression)
          write JSON string to out.
 
Methods inherited from interface net.minidev.json.JSONStreamAware
writeJSONString
 

Method Detail

writeJSONString

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

Throws:
IOException


Copyright © 2012 Chemouni Uriel. All Rights Reserved.