com.mchange.lang
Class ObjectUtils

java.lang.Object
  extended by com.mchange.lang.ObjectUtils

Deprecated. use com.mchange.v2.ser.SerializableUtils;

public final class ObjectUtils
extends Object


Field Summary
static Object DUMMY_OBJECT
          Deprecated.  
 
Method Summary
static Object objectFromByteArray(byte[] bytes)
          Deprecated.  
static byte[] objectToByteArray(Object obj)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUMMY_OBJECT

public static final Object DUMMY_OBJECT
Deprecated. 
Method Detail

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