Uses of Interface
com.google.gson.JsonDeserializationContext
-
Packages that use JsonDeserializationContext Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa. -
-
Uses of JsonDeserializationContext in com.google.gson
Methods in com.google.gson with parameters of type JsonDeserializationContext Modifier and Type Method Description T
JsonDeserializer. deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
-