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.testing.json |
Beta Testing utilities used for writing tests based on this library. |
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 | 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–2025 Google. All rights reserved.