Package | Description |
---|---|
com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
Modifier and Type | Field and Description |
---|---|
(package private) JsonDeserializationContext |
Gson.deserializationContext |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
DefaultDateTypeAdapter.deserialize(JsonElement json,
java.lang.reflect.Type typeOfT,
JsonDeserializationContext context) |
T |
JsonDeserializer.deserialize(JsonElement json,
java.lang.reflect.Type typeOfT,
JsonDeserializationContext context)
Gson invokes this call-back method during deserialization when it encounters a field of the
specified type.
|