org.json.simple
接口 JSONStreamAware

所有已知实现类:
JSONArray, JSONObject

public interface JSONStreamAware

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

作者:
FangYidong

方法摘要
 void writeJSONString(java.io.Writer out)
          write JSON string to out.
 

方法详细信息

writeJSONString

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

抛出:
java.io.IOException


Copyright © 2012. All Rights Reserved.