public abstract class SerializationUtils
extends java.lang.Object
Constructor and Description |
---|
SerializationUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
deserialize(byte[] bytes)
Deserialize the byte array into an object.
|
static byte[] |
serialize(java.lang.Object object)
Serialize the given object to a byte array.
|