Class SerializerQueue<T extends java.util.Queue<?>>

    • Constructor Summary

      Constructors 
      Constructor Description
      SerializerQueue()  
    • Method Summary

      Modifier and Type Method Description
      void add()
      Add this ListSerializer to the SerializeManager by calling SerializeManager.add(SerializerBase).
      abstract T deserialize​(DeserializeData<YAPIONArray> deserializeData)
      This method is used to deserialize the type defined by type().
      abstract YAPIONArray serialize​(SerializeData<T> serializeData)
      This method is used to serialize the type defined by type().
      abstract java.lang.Class<T> type()
      Describes the Class type this Serializer should be used for by the YAPIONSerializer and YAPIONDeserializer this Serializer will be used preferably as it should suite the Class better than the internal fallback.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait