|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.alibaba.fastjson.JSONWriter
public class JSONWriter
| 构造方法摘要 | |
|---|---|
JSONWriter(Writer out)
|
|
| 方法摘要 | |
|---|---|
void |
close()
|
void |
config(SerializerFeature feature,
boolean state)
|
void |
endArray()
|
void |
endObject()
|
void |
flush()
|
void |
startArray()
|
void |
startObject()
|
void |
writeEndArray()
已过时。 |
void |
writeEndObject()
已过时。 |
void |
writeKey(String key)
|
void |
writeObject(Object object)
|
void |
writeObject(String object)
|
void |
writeStartArray()
已过时。 |
void |
writeStartObject()
已过时。 |
void |
writeValue(Object object)
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public JSONWriter(Writer out)
| 方法详细信息 |
|---|
public void config(SerializerFeature feature,
boolean state)
public void startObject()
public void endObject()
public void writeKey(String key)
public void writeValue(Object object)
public void writeObject(String object)
public void writeObject(Object object)
public void startArray()
public void endArray()
public void flush()
throws IOException
Flushable 中的 flushIOException
public void close()
throws IOException
Closeable 中的 closeIOException@Deprecated public void writeStartObject()
@Deprecated public void writeEndObject()
@Deprecated public void writeStartArray()
@Deprecated public void writeEndArray()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||