Uses of Package
com.google.gson
Packages that use com.google.gson
-
Classes in com.google.gson used by com.google.gsonClassDescriptionA strategy (or policy) definition that is used to decide whether or not a field or class should be serialized or deserialized as part of the JSON output/input.A data object that stores attributes of a field.An enumeration that defines a few standard naming conventions for JSON field names.A mechanism for providing custom field naming in Gson.This is the main class for using Gson.Use this builder to construct a
Gsoninstance when you need to set configuration options other than the default.A class representing an array type in JSON.Context for deserialization that is passed to a custom deserializer during invocation of itsJsonDeserializer.deserialize(JsonElement, Type, JsonDeserializationContext)method.A class representing an element of JSON.This exception is raised when Gson was unable to read an input stream or write to one.A class representing a JSONnullvalue.A class representing an object type in Json.This exception is raised if there is a serious issue that occurs during parsing of a Json string.A class representing a JSON primitive value.Context for serialization that is passed to a custom serializer during invocation of itsJsonSerializer.serialize(Object, Type, JsonSerializationContext)method.This exception is raised when Gson attempts to read (or write) a malformed JSON element.Defines the expected format for alongorLongtype when it is serialized.Filter for determining whether reflection based serialization and deserialization is allowed for a class.Result of a filter check.Converts Java objects to and from JSON.Creates type adapters for set of related types.