|
||||||||||
| 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)
Returns the enum constant of this type with the specified name. |
static JsonEncoding[] |
JsonEncoding.values()
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)
Returns a new instance of a low-level JSON serializer for the given output stream and encoding. |
| 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)
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||