Package | Description |
---|---|
com.google.api.client.extensions.android.json |
Beta Low-level implementation of the GSON parser library built-in to the Android 3.0 SDK. |
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.jackson2 |
Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.
|
com.google.api.client.test.json |
Classes used for testing of JSON library implementations.
|
com.google.api.client.testing.json |
Beta Testing utilities used for writing tests based on this library. |
Modifier and Type | Method and Description |
---|---|
JsonGenerator |
AndroidJsonFactory.createJsonGenerator(OutputStream out,
Charset enc) |
JsonGenerator |
AndroidJsonFactory.createJsonGenerator(Writer writer) |
Modifier and Type | Method and Description |
---|---|
abstract JsonGenerator |
JsonFactory.createJsonGenerator(OutputStream out,
Charset enc)
Returns a new instance of a low-level JSON serializer for the given output stream and encoding.
|
abstract JsonGenerator |
JsonFactory.createJsonGenerator(Writer writer)
Returns a new instance of a low-level JSON serializer for the given writer.
|
Modifier and Type | Method and Description |
---|---|
JsonGenerator |
GsonFactory.createJsonGenerator(OutputStream out,
Charset enc) |
JsonGenerator |
GsonFactory.createJsonGenerator(Writer writer) |
Modifier and Type | Method and Description |
---|---|
JsonGenerator |
JacksonFactory.createJsonGenerator(OutputStream out,
Charset enc)
Deprecated.
|
JsonGenerator |
JacksonFactory.createJsonGenerator(Writer writer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract JsonGenerator |
AbstractJsonGeneratorTest.newGenerator(Writer writer) |
Modifier and Type | Class and Description |
---|---|
class |
MockJsonGenerator
|
Modifier and Type | Method and Description |
---|---|
JsonGenerator |
MockJsonFactory.createJsonGenerator(OutputStream out,
Charset enc) |
JsonGenerator |
MockJsonFactory.createJsonGenerator(Writer writer) |
Copyright © 2011–2022 Google. All rights reserved.