Uses of Package
com.google.gson
Packages that use com.google.gson
Package
Description
This package provides the
Gson class to convert Json to Java and
vice-versa.This package provides classes for processing JSON in an efficient streaming way.
-
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.A class used to control what the serialization output looks like.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.Modes that indicate how strictly a JSON reader or writer follows the syntax laid out in the RFC 8259 JSON specification.Converts Java objects to and from JSON.Creates type adapters for set of related types. -
Classes in com.google.gson used by com.google.gson.streamClassDescriptionA class used to control what the serialization output looks like.Modes that indicate how strictly a JSON reader or writer follows the syntax laid out in the RFC 8259 JSON specification.