| Package | Description |
|---|---|
| com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
| com.google.gson.internal |
Do NOT use any class in this package as they are meant for internal use in Gson.
|
| com.google.gson.internal.bind | |
| com.google.gson.stream |
| Class and Description |
|---|
| JsonReader
Reads a JSON (RFC 4627)
encoded value as a stream of tokens.
|
| JsonWriter
Writes a JSON (RFC 4627)
encoded value to a stream, one token at a time.
|
| Class and Description |
|---|
| JsonReader
Reads a JSON (RFC 4627)
encoded value as a stream of tokens.
|
| JsonWriter
Writes a JSON (RFC 4627)
encoded value to a stream, one token at a time.
|
| Class and Description |
|---|
| JsonReader
Reads a JSON (RFC 4627)
encoded value as a stream of tokens.
|
| JsonToken
A structure, name or value type in a JSON-encoded string.
|
| JsonWriter
Writes a JSON (RFC 4627)
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 4627)
encoded value to a stream, one token at a time.
|
Copyright © 2015. All rights reserved.