Package yapion.serializing.api
Class SerializerList<T extends java.util.List<?>>
- java.lang.Object
-
- yapion.serializing.api.SerializerList<T>
-
- All Implemented Interfaces:
SerializerListInterface<T>
public abstract class SerializerList<T extends java.util.List<?>> extends java.lang.Object implements SerializerListInterface<T>
-
-
Constructor Summary
Constructors Constructor Description SerializerList()
-
Method Summary
Modifier and Type Method Description void
add()
Add this ListSerializer to the SerializeManager by callingSerializeManager.add(SerializerListInterface)
.-
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.SerializerListInterface
deserialize, serialize, type
-
-
-
-
Method Detail
-
add
public final void add()
Add this ListSerializer to the SerializeManager by callingSerializeManager.add(SerializerListInterface)
.
-
-