Package com.mchange.io
Class SerializableUtils
java.lang.Object
com.mchange.io.SerializableUtils
Deprecated.
use com.mchange.v2.ser.SerializableUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic final void
marshallObjectToFile
(Object o, File file) Deprecated.static final Object
unmarshallObjectFromFile
(File file) Deprecated.
-
Method Details
-
unmarshallObjectFromFile
public static final Object unmarshallObjectFromFile(File file) throws IOException, ClassNotFoundException Deprecated.- Throws:
IOException
ClassNotFoundException
-
marshallObjectToFile
Deprecated.- Throws:
IOException
-