Package yapion.serializing
Interface InternalOverrideableSerializer<T>
-
- All Superinterfaces:
InternalSerializer<T>
- All Known Implementing Classes:
AtomicReferenceArraySerializer,YAPIONArraySerializer,YAPIONMapSerializer,YAPIONObjectSerializer,YAPIONPointerSerializer,YAPIONValueSerializer
public interface InternalOverrideableSerializer<T> extends InternalSerializer<T>
-
-
Method Summary
-
Methods inherited from interface yapion.serializing.InternalSerializer
classType, createWithObjenesis, deserialize, empty, interfaceType, loadWithoutAnnotation, primitiveType, saveWithoutAnnotation, serialize, type
-
-