| Interface | Description |
|---|---|
| GameDataOutputStream.CloseListener | |
| GameDataSerializable |
Interface for implementing serializable classes which read/write in binary formats
|
| Class | Description |
|---|---|
| GameDataOutputStream |
Extends
DataOutputStream so that we can listen for a close event |
| JsonSerializer |
Serializes objects to/from JSON based on
Field annotations |
| XmlSerializer |
XML serialization based on
Field annotations.Note: Only supports 8-bit character sets, CDATA and special tags (<). |