public final class ObjectUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Object |
DUMMY_OBJECT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
objectFromByteArray(byte[] bytes)
Deprecated.
|
static byte[] |
objectToByteArray(Object obj)
Deprecated.
|
public static final Object DUMMY_OBJECT
public static byte[] objectToByteArray(Object obj) throws NotSerializableException
NotSerializableExceptionpublic static Object objectFromByteArray(byte[] bytes) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundException