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