public interface ISerializer
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] data)
Reconstructs the object from its serialized state
|
byte[] |
serialize(Object object)
Converts the object to byte array
|
byte[] serialize(Object object)
object - the object to serializeObject deserialize(byte[] data)
data - the serialized state of the objectCopyright © 2006–2021 Apache Software Foundation. All rights reserved.