Uses of Package
com.google.gson

Packages that use com.google.gson
com.google.gson This package provides the Gson class to convert Json to Java and vice-versa. 
 

Classes in com.google.gson used by com.google.gson
FieldNamingPolicy
          An enumeration that defines a few standard naming conventions for JSON field names.
Gson
          This is the main class for using Gson.
GsonBuilder
          Use this builder to construct a Gson instance when you need to set configuration options other than the default.
JsonArray
          A class representing an array type in Json.
JsonDeserializationContext
          Context for deserialization that is passed to a custom deserializer during invocation of its JsonDeserializer.deserialize(JsonElement, Type, JsonDeserializationContext) method.
JsonElement
          A class representing an element of Json.
JsonNull
          A class representing a Json null value.
JsonObject
          A class representing an object type in Json.
JsonParseException
          This exception is raised if there is a serious issue that occurs during parsing of a Json string.
JsonPrimitive
          A class representing a Json primitive value.
JsonSerializationContext
          Context for serialization that is passed to a custom serializer during invocation of its JsonSerializer.serialize(Object, Type, JsonSerializationContext) method.
 



Copyright © 2008. All Rights Reserved.