|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonEncoding | |
---|---|
com.google.api.client.json | Utilities for JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON. |
com.google.api.client.json.gson | Low-level implementation of the GSON parser library based on the GSON JSON library. |
com.google.api.client.json.jackson | Low-level implementation of the JSON parser library based on the Jackson JSON library. |
Uses of JsonEncoding in com.google.api.client.json |
---|
Methods in com.google.api.client.json that return JsonEncoding | |
---|---|
static JsonEncoding |
JsonEncoding.valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static JsonEncoding[] |
JsonEncoding.values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.google.api.client.json with parameters of type JsonEncoding | |
---|---|
abstract JsonGenerator |
JsonFactory.createJsonGenerator(OutputStream out,
JsonEncoding enc)
Deprecated. (scheduled to be removed in 1.11) Use JsonFactory.createJsonGenerator(OutputStream, Charset) instead. |
Uses of JsonEncoding in com.google.api.client.json.gson |
---|
Methods in com.google.api.client.json.gson with parameters of type JsonEncoding | |
---|---|
JsonGenerator |
GsonFactory.createJsonGenerator(OutputStream out,
JsonEncoding enc)
Deprecated. |
Uses of JsonEncoding in com.google.api.client.json.jackson |
---|
Methods in com.google.api.client.json.jackson with parameters of type JsonEncoding | |
---|---|
JsonGenerator |
JacksonFactory.createJsonGenerator(OutputStream out,
JsonEncoding enc)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |