类 | |
| 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.
|
inlinestatic |
Takes a reader in any state and returns the next value as a JsonElement.
|
inlinestatic |
Writes the JSON element to the writer, recursively.
|
inlinestatic |
1.8.8