com.mchange.io
Class SerializableUtils

java.lang.Object
  extended by com.mchange.io.SerializableUtils

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

public final class SerializableUtils
extends Object


Method Summary
static void marshallObjectToFile(Object o, File file)
          Deprecated.  
static Object unmarshallObjectFromFile(File file)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unmarshallObjectFromFile

public static final Object unmarshallObjectFromFile(File file)
                                             throws IOException,
                                                    ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException

marshallObjectToFile

public static final void marshallObjectToFile(Object o,
                                              File file)
                                       throws IOException
Deprecated. 
Throws:
IOException