Uses of Class
com.google.gson.Gson
-
Packages that use Gson Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa. -
-
Uses of Gson in com.google.gson
Methods in com.google.gson that return Gson Modifier and Type Method Description Gson
GsonBuilder. create()
Creates aGson
instance based on the current configuration.Methods in com.google.gson with parameters of type Gson Modifier and Type Method Description <T> TypeAdapter<T>
TypeAdapterFactory. create(Gson gson, TypeToken<T> type)
Returns a type adapter fortype
, or null if this factory doesn't supporttype
.
-