public interface SerializationService
AbstractEvents in a cluster environment.| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] bytes)
Deserialize the given byte array into the corresponding object which was serialized before.
|
byte[] |
serialize(Object object)
Serialize the given object.
|
byte[] serialize(Object object)
org.apache.commons.lang.SerializationException - if a serialization problem occursObject deserialize(byte[] bytes)
bytes - the byte arrayCopyright © 2017 SAP SE. All Rights Reserved.