AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
| 静态 Public 成员函数 | 所有成员列表
com.google.gson.internal.Streams类 参考

class  AppendableWriter
 

静态 Public 成员函数

static JsonElement parse (JsonReader reader) throws JsonParseException
 
static void write (JsonElement element, JsonWriter writer) throws IOException
 
static Writer writerForAppendable (Appendable appendable)
 

详细描述

Reads and writes GSON parse trees over streams.

成员函数说明

static JsonElement com.google.gson.internal.Streams.parse ( JsonReader  reader) throws JsonParseException
inlinestatic

Takes a reader in any state and returns the next value as a JsonElement.

static void com.google.gson.internal.Streams.write ( JsonElement  element,
JsonWriter  writer 
) throws IOException
inlinestatic

Writes the JSON element to the writer, recursively.

static Writer com.google.gson.internal.Streams.writerForAppendable ( Appendable  appendable)
inlinestatic

该类的文档由以下文件生成: