public interface SerializerDeserializer
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] data)
Deserializes object from byte array
|
byte[] |
serialize(Object value)
Serializes object into a byte array.
|
void |
setSessionManager(SessionManager sessionManager)
Allows associating this instance with a
SessionManager. |
byte[] serialize(Object value)
value - the object to serializeObject deserialize(byte[] data)
data - serialized form of the objectvoid setSessionManager(SessionManager sessionManager)
SessionManager. This, for
example, allows using specific ClassLoader for configuring
SerializerDeserializer.sessionManager - the associated to this instanceCopyright © 2018 Amadeus s.a.s.. All rights reserved.