Package dev.mayuna.simpleapi.deserializers
-
Interface Summary Interface Description GsonDeserializer You can implement this interface into response object for automatic Gson deserialization viaGson.fromJson(String, Class)
| Interface | Description |
|---|---|
| GsonDeserializer |
You can implement this interface into response object for automatic Gson deserialization via
Gson.fromJson(String, Class) |