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