JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
com.google.gson.stream
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package com.google.gson.stream
package
com.google.gson.stream
Related Packages
Package
Description
com.google.gson
This package provides the
Gson
class to convert Json to Java and vice-versa.
com.google.gson.annotations
This package provides annotations that can be used with
Gson
.
com.google.gson.internal
Do NOT use any class in this package as they are meant for internal use in Gson.
com.google.gson.reflect
This package provides utility classes for finding type information for generic types.
All Classes and Interfaces
Classes
Enums
Exception Classes
Class
Description
JsonReader
Reads a JSON (
RFC 7159
) encoded value as a stream of tokens.
JsonToken
A structure, name or value type in a JSON-encoded string.
JsonWriter
Writes a JSON (
RFC 7159
) encoded value to a stream, one token at a time.
MalformedJsonException
Thrown when a reader encounters malformed JSON.