|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonGenerator | |
|---|---|
| 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 JsonGenerator in com.google.api.client.json |
|---|
| Methods in com.google.api.client.json that return JsonGenerator | |
|---|---|
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. |
abstract JsonGenerator |
JsonFactory.createJsonGenerator(Writer writer)
Returns a new instance of a low-level JSON serializer for the given writer. |
| Uses of JsonGenerator in com.google.api.client.json.gson |
|---|
| Subclasses of JsonGenerator in com.google.api.client.json.gson | |
|---|---|
class |
GsonGenerator
Deprecated. (scheduled to be made package-private in 1.6) |
| Methods in com.google.api.client.json.gson that return JsonGenerator | |
|---|---|
JsonGenerator |
GsonFactory.createJsonGenerator(OutputStream out,
JsonEncoding enc)
|
JsonGenerator |
GsonFactory.createJsonGenerator(Writer writer)
|
| Uses of JsonGenerator in com.google.api.client.json.jackson |
|---|
| Methods in com.google.api.client.json.jackson that return JsonGenerator | |
|---|---|
JsonGenerator |
JacksonFactory.createJsonGenerator(OutputStream out,
JsonEncoding enc)
|
JsonGenerator |
JacksonFactory.createJsonGenerator(Writer writer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||