com.mchange.io
Class SerializableUtils
java.lang.Object
com.mchange.io.SerializableUtils
Deprecated. use com.mchange.v2.ser.SerializableUtils
public final class SerializableUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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