Class JDKSerializationService
java.lang.Object
de.hybris.platform.servicelayer.event.impl.JDKSerializationService
- All Implemented Interfaces:
SerializationService
Implementation of the SerializationService interface which uses methods from the
SerializationUtils class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(byte[] bytes) Deprecated.byte[]Serialize the given object.
-
Constructor Details
-
JDKSerializationService
public JDKSerializationService()
-
-
Method Details
-
deserialize
Deprecated.since 2205 - unsecure native java deserialization - please useValidatingObjectInputStreaminsteadDescription copied from interface:SerializationServiceDeserialize the given byte array into the corresponding object which was serialized before.- Specified by:
deserializein interfaceSerializationService- Parameters:
bytes- the byte array- Returns:
- an object wich was serialized
-
serialize
Description copied from interface:SerializationServiceSerialize the given object.- Specified by:
serializein interfaceSerializationService
-
ValidatingObjectInputStreaminstead