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