public interface ISimpleSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
read(SimpleInputStream in) |
void |
write(SimpleOutputStream out,
T val) |
void write(SimpleOutputStream out, T val) throws java.io.IOException
java.io.IOExceptionT read(SimpleInputStream in) throws java.io.IOException
java.io.IOException