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