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
IOException
ClassNotFoundException
public static final void marshallObjectToFile(Object o, File file) throws IOException
IOException
Copyright © 2017 com.mchange. All rights reserved.