-
- All Implemented Interfaces:
-
com.google.gson.JsonDeserializer
public class AccountGSONDeserializer<T> implements JsonDeserializer<T>
Account GSON custom parser.
Specific profile fields that are handled here can return from the server as objects or as array of objects.
-
-
Method Summary
Modifier and Type Method Description Tdeserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)-
-
Method Detail
-
deserialize
T deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
-
-
-
-