public interface StateBufferSaveable
Modifier and Type | Method and Description |
---|---|
void |
restoreState(StateBuffer buffer)
Restore the Object's state from the given buffer.
|
void |
saveState(StateBuffer buffer)
Save the Object's state to the given buffer.
|
void saveState(StateBuffer buffer) throws StateException
buffer
- Buffer for writingStateException
void restoreState(StateBuffer buffer) throws StateException
buffer
- Buffer for readingStateException