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(java.io.OutputStream out,
java.nio.charset.Charset enc)
Returns a new instance of a low-level JSON serializer for the given output stream and encoding.
|
abstract JsonGenerator |
JsonFactory.createJsonGenerator(java.io.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(java.io.OutputStream out,
java.nio.charset.Charset enc) |
JsonGenerator |
MockJsonFactory.createJsonGenerator(java.io.Writer writer) |
Copyright © 2011-2018 Google. All Rights Reserved.