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