Package pulse.util
Class Serializer
- java.lang.Object
-
- pulse.util.Serializer
-
public class Serializer extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddeserialize()static voiddeserialize(File fname)static voidserialize()static voidserialize(File fname)
-
-
-
Method Detail
-
serialize
public static void serialize() throws IOException, FileNotFoundException, ClassNotFoundException
-
deserialize
public static void deserialize() throws FileNotFoundException- Throws:
FileNotFoundException
-
serialize
public static void serialize(File fname) throws FileNotFoundException, IOException, ClassNotFoundException
-
deserialize
public static void deserialize(File fname) throws FileNotFoundException, IOException, ClassNotFoundException
-
-