com.mchange.lang
Class ObjectUtils
java.lang.Object
com.mchange.lang.ObjectUtils
Deprecated. use com.mchange.v2.ser.SerializableUtils;
public final class ObjectUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DUMMY_OBJECT
public static final Object DUMMY_OBJECT
- Deprecated.
objectToByteArray
public static byte[] objectToByteArray(Object obj)
throws NotSerializableException
- Deprecated.
- Throws:
NotSerializableException
objectFromByteArray
public static Object objectFromByteArray(byte[] bytes)
throws IOException,
ClassNotFoundException
- Deprecated.
- Throws:
IOException
ClassNotFoundException