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
NotSerializableException
public static Object objectFromByteArray(byte[] bytes) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2018 com.mchange. All rights reserved.