Package com.alibaba.fastjson
Class JSONWriter
- java.lang.Object
-
- com.alibaba.fastjson.JSONWriter
-
public class JSONWriter extends Object
-
-
Constructor Summary
Constructors Constructor Description JSONWriter(Writer out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidconfig(SerializerFeature feature, boolean state)voidflush()voidwriteObject(Object object)
-
-
-
Constructor Detail
-
JSONWriter
public JSONWriter(Writer out)
-
-
Method Detail
-
config
public void config(SerializerFeature feature, boolean state)
-
writeObject
public void writeObject(Object object)
-
flush
public void flush() throws IOException- Throws:
IOException
-
close
public void close()
-
-