Uses of Package
com.google.api.client.json

Packages that use com.google.api.client.json
com.google.api.client.http.json JSON HTTP library based on the pluggable HTTP library. 
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.testing.json Testing utilities used for writing tests based on the JSON package of this library. 
 

Classes in com.google.api.client.json used by com.google.api.client.http.json
JsonFactory
          Abstract low-level JSON factory.
JsonParser
          Abstract low-level JSON parser.
 

Classes in com.google.api.client.json used by com.google.api.client.json
CustomizeJsonParser
          Customizes the behavior of a JSON parser.
GenericJson
          Generic JSON data that stores all unknown key name/value pairs.
JsonEncoding
          Enumeration that defines legal encodings that can be used for JSON content, based on list of allowed encodings from JSON specification.
JsonFactory
          Abstract low-level JSON factory.
JsonGenerator
          Abstract low-level JSON serializer.
JsonParser
          Abstract low-level JSON parser.
JsonToken
          JSON token in the low-level JSON library.
 

Classes in com.google.api.client.json used by com.google.api.client.json.gson
JsonEncoding
          Enumeration that defines legal encodings that can be used for JSON content, based on list of allowed encodings from JSON specification.
JsonFactory
          Abstract low-level JSON factory.
JsonGenerator
          Abstract low-level JSON serializer.
JsonParser
          Abstract low-level JSON parser.
 

Classes in com.google.api.client.json used by com.google.api.client.json.jackson
JsonEncoding
          Enumeration that defines legal encodings that can be used for JSON content, based on list of allowed encodings from JSON specification.
JsonFactory
          Abstract low-level JSON factory.
JsonGenerator
          Abstract low-level JSON serializer.
JsonParser
          Abstract low-level JSON parser.
 

Classes in com.google.api.client.json used by com.google.api.client.testing.json
JsonFactory
          Abstract low-level JSON factory.
 



Copyright © 2011-2012 Google. All Rights Reserved.