Package yapion.serializing.api
Class SerializerQueue<T extends java.util.Queue<?>>
- java.lang.Object
-
- yapion.serializing.api.SerializerQueue<T>
-
- All Implemented Interfaces:
SerializerQueueInterface<T>
public abstract class SerializerQueue<T extends java.util.Queue<?>> extends java.lang.Object implements SerializerQueueInterface<T>
-
-
Constructor Summary
Constructors Constructor Description SerializerQueue()
-
Method Summary
Modifier and Type Method Description void
add()
Add this ListSerializer to the SerializeManager by callingSerializeManager.add(SerializerQueueInterface)
.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface yapion.serializing.api.SerializerQueueInterface
deserialize, serialize, type
-
-
-
-
Method Detail
-
add
public final void add()
Add this ListSerializer to the SerializeManager by callingSerializeManager.add(SerializerQueueInterface)
.
-
-