public class SerializationUtil extends Object
Constructor and Description |
---|
SerializationUtil() |
Modifier and Type | Method and Description |
---|---|
static Object |
fromFile(File f) |
static void |
toFile(Serializable o,
File f) |
public static Object fromFile(File f) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public static void toFile(Serializable o, File f) throws IOException
IOException
Copyright © 2020. All rights reserved.