public final class SerializableUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
marshallObjectToFile(Object o,
File file)
Deprecated.
|
static Object |
unmarshallObjectFromFile(File file)
Deprecated.
|
public static final Object unmarshallObjectFromFile(File file) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic static final void marshallObjectToFile(Object o, File file) throws IOException
IOException