public class Serializer extends Object
Constructor and Description |
---|
Serializer() |
Modifier and Type | Method and Description |
---|---|
static void |
read(Externalizable obj,
File file) |
static void |
read(Externalizable obj,
String file) |
static Object |
read(File inputFile) |
static Object |
read(String filename) |
static void |
write(Externalizable obj,
String file) |
static void |
write(Serializable ob,
File outputCheck) |
static void |
write(Serializable ob,
String outputFile) |
public static void read(Externalizable obj, File file) throws IOException
IOException
public static void read(Externalizable obj, String file) throws IOException
IOException
public static void write(Externalizable obj, String file) throws IOException
IOException
public static void write(Serializable ob, String outputFile)
public static void write(Serializable ob, File outputCheck)
Copyright © 2017. All rights reserved.