public class SerialChunk extends Object
Constructor and Description |
---|
SerialChunk() |
Modifier and Type | Method and Description |
---|---|
static Object |
readSerialObject(InputStream In) |
static void |
writeSerialObject(OutputStream Out,
Object O) |
public static void writeSerialObject(OutputStream Out, Object O) throws IOException
IOException
public static Object readSerialObject(InputStream In) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException