public class JSONWriter extends Object
| Constructor and Description |
|---|
JSONWriter(Writer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
config(SerializerFeature feature,
boolean state) |
void |
flush() |
void |
writeObject(Object object) |
public JSONWriter(Writer out)
public void config(SerializerFeature feature, boolean state)
public void writeObject(Object object)
public void flush()
throws IOException
IOExceptionpublic void close()
Copyright © 2022 Alibaba Group. All rights reserved.