Interface GsonDeserializer
-
public interface GsonDeserializerYou can implement this interface into response object for automatic Gson deserialization viaGson.fromJson(String, Class)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull com.google.gson.GsongetGson()ReturnsGsonobject which will be used for deserialization
-