Java com.google.gson.internal Streams fields, constructors, methods, implement or subclass

Example usage for Java com.google.gson.internal Streams fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gson.internal Streams.

The text is from its open source code.

Method

JsonElementparse(JsonReader reader)
Takes a reader in any state and returns the next value as a JsonElement.
voidwrite(JsonElement element, JsonWriter writer)
Writes the JSON element to the writer, recursively.