public class SerializableUtil extends Object
| Constructor and Description |
|---|
SerializableUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
clone(Object object) |
static Object |
deserialize(byte[] bytes) |
static Object |
deserialize(byte[] bytes,
ClassLoader classLoader) |
static byte[] |
serialize(Object object) |