类 UniJsonWriter
- java.lang.Object
-
- com.google.gson.stream.JsonWriter
-
- cn.mcres.gyhhy.MXLib.gson.UniJsonWriter
-
- 所有已实现的接口:
Closeable
,Flushable
,AutoCloseable
public class UniJsonWriter extends com.google.gson.stream.JsonWriter
- 作者:
- Karlatemp
-
-
构造器概要
构造器 构造器 说明 UniJsonWriter(Writer out)
-
方法概要
修饰符和类型 方法 说明 protected void
beforeValue()
void
string(String value)
com.google.gson.stream.JsonWriter
value(String value)
protected void
writeDeferredName()
-
-
-
构造器详细资料
-
UniJsonWriter
public UniJsonWriter(Writer out)
-
-
方法详细资料
-
value
public com.google.gson.stream.JsonWriter value(String value) throws IOException
- 覆盖:
value
在类中com.google.gson.stream.JsonWriter
- 抛出:
IOException
-
writeDeferredName
protected final void writeDeferredName() throws IOException
- 抛出:
IOException
-
beforeValue
protected final void beforeValue() throws IOException
- 抛出:
IOException
-
string
public void string(String value) throws IOException
- 抛出:
IOException
-
-