Package | Description |
---|---|
IO.JSON.Gson.com.google.gson |
This package provides the
com.google.gson.Gson class to convert Json to Java and
vice-versa. |
IO.JSON.Gson.com.google.gson.internal |
Do NOT use any class in this package as they are meant for internal use in Gson.
|
IO.JSON.Gson.com.google.gson.internal.bind | |
IO.JSON.Gson.com.google.gson.stream |
Class and 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.
|
Class and 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.
|
Class and 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.
|
Class and Description |
---|
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.
|