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

Packages that use com.google.api.client.googleapis.json
com.google.api.client.googleapis.batch.json JSON batch for Google API's. 
com.google.api.client.googleapis.json Google's JSON support (see detailed package specification). 
 

Classes in com.google.api.client.googleapis.json used by com.google.api.client.googleapis.batch.json
GoogleJsonError
          Data class representing the Google JSON error response content, as documented for example in Error responses.
GoogleJsonErrorContainer
          Data class representing a container of GoogleJsonError.
 

Classes in com.google.api.client.googleapis.json used by com.google.api.client.googleapis.json
AbstractJsonFeedParser
          Abstract base class for a Google JSON-C feed parser when the feed class is known in advance.
GoogleJsonError
          Data class representing the Google JSON error response content, as documented for example in Error responses.
GoogleJsonError.ErrorInfo
          Detailed error information.
GoogleJsonResponseException
          Exception thrown when an error status code is detected in an HTTP response to a Google API that uses the JSON format, using the format specified in Error Responses.
GoogleJsonRpcHttpTransport
          JSON-RPC 2.0 HTTP transport for RPC requests for Google API's, including both singleton and batched requests.
GoogleJsonRpcHttpTransport.Builder
          GoogleJsonRpcHttpTransport Builder.
JsonFeedParser
          Google JSON-C feed parser when the item class is known in advance.
JsonMultiKindFeedParser
          Google JSON-C feed parser when the item class can be computed from the kind.
 



Copyright © 2010-2012 Google. All Rights Reserved.