Uses of Class
com.google.gson.Gson
Packages that use Gson
Package
Description
This package provides the
Gson
class to convert Json to Java and
vice-versa.Do NOT use any class in this package as they are meant for internal use in Gson.
-
Uses of Gson in com.google.gson
Methods in com.google.gson that return GsonModifier and TypeMethodDescriptionGsonBuilder.create()
Creates aGson
instance based on the current configuration.Methods in com.google.gson with parameters of type GsonModifier and TypeMethodDescription<T> TypeAdapter
<T> Returns a type adapter fortype
, or null if this factory doesn't supporttype
. -
Uses of Gson in com.google.gson.internal
Methods in com.google.gson.internal with parameters of type Gson -
Uses of Gson in com.google.gson.internal.bind
Methods in com.google.gson.internal.bind with parameters of type GsonModifier and TypeMethodDescription<T> TypeAdapter
<T> <T> TypeAdapter
<T> <T> TypeAdapter
<T> <T> TypeAdapter
<T> Constructors in com.google.gson.internal.bind with parameters of type GsonModifierConstructorDescriptionArrayTypeAdapter
(Gson context, TypeAdapter<E> componentTypeAdapter, Class<E> componentType) TreeTypeAdapter
(JsonSerializer<T> serializer, JsonDeserializer<T> deserializer, Gson gson, TypeToken<T> typeToken, TypeAdapterFactory skipPast)