public interface ISimpleSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
readState(SimpleInputStream in) |
void |
writeState(SimpleOutputStream out) |
void writeState(SimpleOutputStream out) throws java.io.IOException
java.io.IOExceptionvoid readState(SimpleInputStream in) throws java.io.IOException
java.io.IOException