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 void
deserialize()
static void
deserialize(File fname)
static void
serialize()
static void
serialize(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
-
-