Class YAPIONPacketSerializer
- java.lang.Object
-
- yapion.serializing.serializer.object.other.YAPIONPacketSerializer
-
- All Implemented Interfaces:
InternalSerializer<YAPIONPacket>
public class YAPIONPacketSerializer extends java.lang.Object implements InternalSerializer<YAPIONPacket>
-
-
Constructor Summary
Constructors Constructor Description YAPIONPacketSerializer()
-
Method Summary
Modifier and Type Method Description java.lang.Class<?>classType()booleancreateWithObjenesis()YAPIONPacketdeserialize(DeserializeData<? extends YAPIONAnyType> deserializeData)booleanempty()booleanloadWithoutAnnotation()booleansaveWithoutAnnotation()YAPIONAnyTypeserialize(SerializeData<YAPIONPacket> serializeData)java.lang.Stringtype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface yapion.serializing.InternalSerializer
interfaceType, primitiveType
-
-
-
-
Method Detail
-
type
public java.lang.String type()
- Specified by:
typein interfaceInternalSerializer<YAPIONPacket>
-
empty
public boolean empty()
- Specified by:
emptyin interfaceInternalSerializer<YAPIONPacket>
-
classType
public java.lang.Class<?> classType()
- Specified by:
classTypein interfaceInternalSerializer<YAPIONPacket>
-
saveWithoutAnnotation
public boolean saveWithoutAnnotation()
- Specified by:
saveWithoutAnnotationin interfaceInternalSerializer<YAPIONPacket>
-
loadWithoutAnnotation
public boolean loadWithoutAnnotation()
- Specified by:
loadWithoutAnnotationin interfaceInternalSerializer<YAPIONPacket>
-
createWithObjenesis
public boolean createWithObjenesis()
- Specified by:
createWithObjenesisin interfaceInternalSerializer<YAPIONPacket>
-
serialize
public YAPIONAnyType serialize(SerializeData<YAPIONPacket> serializeData)
- Specified by:
serializein interfaceInternalSerializer<YAPIONPacket>
-
deserialize
public YAPIONPacket deserialize(DeserializeData<? extends YAPIONAnyType> deserializeData)
- Specified by:
deserializein interfaceInternalSerializer<YAPIONPacket>
-
-