Package com.mchange.lang
Class ObjectUtils
java.lang.Object
com.mchange.lang.ObjectUtils
Deprecated.
use com.mchange.v2.ser.SerializableUtils;
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectobjectFromByteArray(byte[] bytes) Deprecated.static byte[]objectToByteArray(Object obj) Deprecated.
-
Field Details
-
DUMMY_OBJECT
Deprecated.
-
-
Method Details
-
objectToByteArray
Deprecated.- Throws:
NotSerializableException
-
objectFromByteArray
Deprecated.- Throws:
IOExceptionClassNotFoundException
-