com.alibaba.fastjson
接口 JSONStreamAware

所有已知实现类:
JSON, JSONArray, JSONObject

public interface JSONStreamAware

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

作者:
wenshao

方法摘要
 void writeJSONString(Appendable out)
          write JSON string to out.
 

方法详细信息

writeJSONString

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

抛出:
IOException


Copyright © 2012-2014 Alibaba Group. All Rights Reserved.