SerializationModule
The SerializationModule deals with serializing and deserializing objects. The standard serialization method is to call toString() on an Object. Collections, maps and array objects are automatically looped and their contents serialized.
Customizing Serialization
To override standard serialization objects can either implement the DataSerializable interface, or implement a new DataSerializer and register it to the associated type.