public class SerializationUtils extends Object
| Constructor and Description |
|---|
SerializationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
deserialize(byte[] byteArray) |
static byte[] |
serialize(Object state) |
public static byte[] serialize(Object state)
public static <T> T deserialize(byte[] byteArray)
Copyright © 2018. All rights reserved.