Package | Description |
---|---|
IO.JSON.Gson.com.google.gson |
This package provides the
com.google.gson.Gson class to convert Json to Java and
vice-versa. |
IO.JSON.Gson.com.google.gson.internal |
Do NOT use any class in this package as they are meant for internal use in Gson.
|
IO.JSON.Gson.com.google.gson.internal.bind |
Modifier and Type | Method and Description |
---|---|
Gson |
GsonBuilder.create()
Creates a
Gson instance based on the current configuration. |
Modifier and Type | Method and Description |
---|---|
<T> TypeAdapter<T> |
TypeAdapterFactory.create(Gson gson,
TypeToken<T> type)
Returns a type adapter for
type , or null if this factory doesn't
support type . |
Modifier and Type | Method and Description |
---|---|
<T> TypeAdapter<T> |
Excluder.create(Gson gson,
TypeToken<T> type) |
Modifier and Type | Method and Description |
---|---|
<T> TypeAdapter<T> |
CollectionTypeAdapterFactory.create(Gson gson,
TypeToken<T> typeToken) |
<T> TypeAdapter<T> |
JsonAdapterAnnotationTypeAdapterFactory.create(Gson gson,
TypeToken<T> targetType) |
<T> TypeAdapter<T> |
MapTypeAdapterFactory.create(Gson gson,
TypeToken<T> typeToken) |
<T> TypeAdapter<T> |
ReflectiveTypeAdapterFactory.create(Gson gson,
TypeToken<T> type) |
Constructor and Description |
---|
ArrayTypeAdapter(Gson context,
TypeAdapter<E> componentTypeAdapter,
java.lang.Class<E> componentType) |
TreeTypeAdapter(JsonSerializer<T> serializer,
JsonDeserializer<T> deserializer,
Gson gson,
TypeToken<T> typeToken,
TypeAdapterFactory skipPast) |