Package | Description |
---|---|
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.
|
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.testing.json |
Beta Testing utilities used for writing tests based on this library. |
Modifier and Type | Method | 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 | Description |
---|---|---|
JsonGenerator |
GsonFactory.createJsonGenerator(OutputStream out,
Charset enc) |
|
JsonGenerator |
GsonFactory.createJsonGenerator(Writer writer) |
Modifier and Type | Method | Description |
---|---|---|
JsonGenerator |
JacksonFactory.createJsonGenerator(OutputStream out,
Charset enc) |
|
JsonGenerator |
JacksonFactory.createJsonGenerator(Writer writer) |
Modifier and Type | Method | Description |
---|---|---|
JsonGenerator |
JacksonFactory.createJsonGenerator(OutputStream out,
Charset enc) |
|
JsonGenerator |
JacksonFactory.createJsonGenerator(Writer writer) |
Modifier and Type | Class | Description |
---|---|---|
class |
MockJsonGenerator |
Modifier and Type | Method | Description |
---|---|---|
JsonGenerator |
MockJsonFactory.createJsonGenerator(OutputStream out,
Charset enc) |
|
JsonGenerator |
MockJsonFactory.createJsonGenerator(Writer writer) |
Copyright © 2011–2019 Google. All rights reserved.