|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Gson | |
|---|---|
| com.google.gson | This package provides the Gson class to convert Json to Java and
vice-versa. |
| com.google.gson.internal | Do NOT use any class in this package as they are meant for internal use in Gson. |
| com.google.gson.internal.bind | |
| Uses of Gson in com.google.gson |
|---|
| Methods in com.google.gson that return Gson | |
|---|---|
Gson |
GsonBuilder.create()
Creates a Gson instance based on the current configuration. |
| Methods in com.google.gson with parameters of type Gson | ||
|---|---|---|
|
TypeAdapterFactory.create(Gson gson,
TypeToken<T> type)
Returns a type adapter for type, or null if this factory doesn't
support type. |
|
| Uses of Gson in com.google.gson.internal |
|---|
| Methods in com.google.gson.internal with parameters of type Gson | ||
|---|---|---|
|
Excluder.create(Gson gson,
TypeToken<T> type)
|
|
| Uses of Gson in com.google.gson.internal.bind |
|---|
| Methods in com.google.gson.internal.bind with parameters of type Gson | ||
|---|---|---|
|
ReflectiveTypeAdapterFactory.create(Gson gson,
TypeToken<T> type)
|
|
|
MapTypeAdapterFactory.create(Gson gson,
TypeToken<T> typeToken)
|
|
|
CollectionTypeAdapterFactory.create(Gson gson,
TypeToken<T> typeToken)
|
|
| Constructors in com.google.gson.internal.bind with parameters of type Gson | |
|---|---|
ArrayTypeAdapter(Gson context,
TypeAdapter<E> componentTypeAdapter,
Class<E> componentType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||