Package | Description |
---|---|
com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultDateTypeAdapter
This type adapter supports three subclasses of date: Date, Timestamp, and
java.sql.Date.
|
Modifier and Type | Field and Description |
---|---|
private JsonDeserializer<T> |
TreeTypeAdapter.deserializer |
private JsonDeserializer<?> |
TreeTypeAdapter.SingleTypeFactory.deserializer |
Constructor and Description |
---|
TreeTypeAdapter(JsonSerializer<T> serializer,
JsonDeserializer<T> deserializer,
Gson gson,
TypeToken<T> typeToken,
TypeAdapterFactory skipPast) |