Package 

Class QueueCustomParser

  • All Implemented Interfaces:
    com.google.gson.JsonDeserializer

    
    public class QueueCustomParser
     implements JsonDeserializer<Queue>
                        
    • Method Summary

      Modifier and Type Method Description
      Queue deserialize(JsonElement jsonElement, 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

         Queue deserialize(JsonElement jsonElement, Type typeOfT, JsonDeserializationContext context)