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

Packages that use com.google.api.client.util
com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1
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.rpc2 JSON-RPC 2.0 as specified in JSON-RPC 2.0 Specification and JSON-RPC over HTTP
com.google.api.client.testing.json Testing utilities used for writing tests based on the JSON package of this library. 
com.google.api.client.util General utilities used throughout this library. 
com.google.api.client.xml Utilities for XML. 
 

Classes in com.google.api.client.util used by com.google.api.client.http
GenericData
          Generic data that stores all unknown data key name/value pairs.
 

Classes in com.google.api.client.util used by com.google.api.client.http.json
GenericData
          Generic data that stores all unknown data key name/value pairs.
 

Classes in com.google.api.client.util used by com.google.api.client.json
GenericData
          Generic data that stores all unknown data key name/value pairs.
 

Classes in com.google.api.client.util used by com.google.api.client.json.rpc2
GenericData
          Generic data that stores all unknown data key name/value pairs.
 

Classes in com.google.api.client.util used by com.google.api.client.testing.json
Key
          Use this annotation to specify that a field is a data key, optionally providing the data key name to use.
 

Classes in com.google.api.client.util used by com.google.api.client.util
ArrayMap
          Memory-efficient map of keys to values with list-style random-access semantics.
ClassInfo
          Parses class information to determine data key name/value pairs associated with the class.
DateTime
          Immutable representation of a date with an optional time and an optional time zone based on RFC 3339.
FieldInfo
          Parses field information to determine data key name/value pair associated with the field.
GenericData
          Generic data that stores all unknown data key name/value pairs.
 

Classes in com.google.api.client.util used by com.google.api.client.xml
GenericData
          Generic data that stores all unknown data key name/value pairs.
 



Copyright © 2011-2012 Google. All Rights Reserved.