|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.alibaba.fastjson Interface JSONStreamAware
- All Known Implementing Classes:
- JSON, JSONArray, JSONObject
public interface JSONStreamAware
Beans that support customized output of JSON text to a writer shall implement this interface.
- Author:
- wenshao
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Alibaba Group. All Rights Reserved.