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 java.lang.Object


Method Summary
static void marshallObjectToFile(java.lang.Object o, java.io.File file)
          Deprecated.  
static java.lang.Object unmarshallObjectFromFile(java.io.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 java.lang.Object unmarshallObjectFromFile(java.io.File file)
                                                       throws java.io.IOException,
                                                              java.lang.ClassNotFoundException
Deprecated. 
Throws:
java.io.IOException
java.lang.ClassNotFoundException

marshallObjectToFile

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