Package com.google.gson.stream
- 
Class Summary Class Description JsonReader Reads a JSON (RFC 7159) encoded value as a stream of tokens.JsonWriter Writes a JSON (RFC 7159) encoded value to a stream, one token at a time. - 
Enum Summary Enum Description JsonToken A structure, name or value type in a JSON-encoded string. - 
Exception Summary Exception Description MalformedJsonException Thrown when a reader encounters malformed JSON.