public interface IOStreamSerializer
| Modifier and Type | Method and Description |
|---|---|
Object |
read(InputStream is) |
void |
write(OutputStream os,
Object object) |
Object read(InputStream is) throws IOException
IOExceptionvoid write(OutputStream os, Object object) throws IOException
IOException