Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.gson Classes and Interfaces - 34 results found.
NameDescriptionTypePackageFramework
TypeAdapterConverts Java objects to and from JSON.Classcom.google.gsonGoogle GSon
TypeAdapterFactoryCreates type adapters for set of related types.Interfacecom.google.gsonGoogle GSon
TypeTokenRepresents a generic type T.Classcom.google.gson.reflectGoogle GSon
UntilAn annotation that indicates the version number until a member or a type should be present.Classcom.google.gson.annotationsGoogle GSon
SinceAn annotation that indicates the version number since a member or a type has been present.Classcom.google.gson.annotationsGoogle GSon
LongSerializationPolicyenum LongSerializationPolicyextends EnumDefines the expected format for a long or Long type when its serialized.Classcom.google.gsonGoogle GSon
MalformedJsonExceptionThrown when a reader encounters malformed JSON.Classcom.google.gson.streamGoogle GSon
SerializedNameAn annotation that indicates this member should be serialized to JSON with the provided name value as its field name.Classcom.google.gson.annotationsGoogle GSon
JsonTokenenum JsonTokenextends EnumA structure, name or value type in a JSON-encoded string.Classcom.google.gson.streamGoogle GSon
JsonWriterWrites a JSON (RFC 4627) encoded value to a stream, one token at a time.Classcom.google.gson.streamGoogle GSon
JsonSerializationContextContext for serialization that is passed to a custom serializer during invocation of its JsonSerializer.Interfacecom.google.gsonGoogle GSon
JsonSerializerInterface representing a custom serializer for Json.Interfacecom.google.gsonGoogle GSon
JsonStreamParserA streaming parser that allows reading of multiple JsonElements from the specified reader This class is conditionally thread-safe (see Item 70, Effective Java second edition).Classcom.google.gsonGoogle GSon
JsonSyntaxExceptionThis exception is raised when Gson attempts to read (or write) a malformedAuthor:Inderjeet Singh, Joel LeitchSee Also:Serialized FormClasscom.google.gsonGoogle GSon
JsonParserA parser to parse Json into a parse tree of JsonElementsSince:1.Classcom.google.gsonGoogle GSon
JsonPrimitiveA class representing a Json primitive value.Classcom.google.gsonGoogle GSon
JsonReaderReads a JSON (RFC 4627) encoded value as a stream of tokens.Classcom.google.gson.streamGoogle GSon
JsonNullA class representing a Json null value.Classcom.google.gsonGoogle GSon
JsonObjectA class representing an object type in Json.Classcom.google.gsonGoogle GSon
JsonParseExceptionThis exception is raised if there is a serious issue that occurs during parsing of a Json string.Classcom.google.gsonGoogle GSon
JsonDeserializationContextContext for deserialization that is passed to a custom deserializer during invocation of its JsonDeserializer.Interfacecom.google.gsonGoogle GSon
JsonDeserializerInterface representing a custom deserializer for Json.Interfacecom.google.gsonGoogle GSon
JsonElementA class representing an element of Json.Classcom.google.gsonGoogle GSon
JsonIOExceptionThis exception is raised when Gson was unable to read an input streamAuthor:Inderjeet Singh, Joel LeitchSee Also:Serialized FormClasscom.google.gsonGoogle GSon
GsonBuilderUse this builder to construct a Gson instance when you need to set configuration options other than the default.Classcom.google.gsonGoogle GSon
InstanceCreatorThis interface is implemented to create instances of a class that does not define a no-args constructor.Interfacecom.google.gsonGoogle GSon
JsonAdapterAn annotation that indicates the Gson TypeAdapter to use with a class Here is an example of how this annotation is used:Classcom.google.gson.annotationsGoogle GSon
JsonArrayA class representing an array type in Json.Classcom.google.gsonGoogle GSon
FieldNamingPolicyenum FieldNamingPolicyextends Enumimplements FieldNamingStrategyAn enumeration that defines a few standard naming conventions for JSON field names.Classcom.google.gsonGoogle GSon
FieldNamingStrategyA mechanism for providing custom field naming in Gson.Interfacecom.google.gsonGoogle GSon
GsonThis is the main class for using Gson.Classcom.google.gsonGoogle GSon
ExclusionStrategyA strategy (or policy) definition that is used to decide whether or not a field or top-level class should be serialized or deserialized as part of the JSON output/input.Interfacecom.google.gsonGoogle GSon
ExposeAn annotation that indicates this member should be exposed for JSON serialization or deserialization.Classcom.google.gson.annotationsGoogle GSon
FieldAttributesA data object that stores attributes of a field.Classcom.google.gsonGoogle GSon