@Deprecated public interface SerializationStrategy
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] byteArray)
Deprecated.
Deserializes an object from a byte array.
|
byte[] |
serialize(Object object)
Deprecated.
Serializes an object.
|
byte[] serialize(Object object)
object - The object to be serialized.<T> T deserialize(byte[] byteArray)
T - The type of the object.byteArray - The byte array.Copyright © 2021. All rights reserved.