Package | Description |
---|---|
com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
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 |
---|
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.
|
Copyright © 2016. All Rights Reserved.