Package 

Class AccountGSONDeserializer

  • 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
      T deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
      • Methods inherited from class com.google.gson.JsonDeserializer

        deserialize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • deserialize

         T deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)