Default serializers
Out of the box, Runabout will support going from Object -> Runabout input for the following types:
- Strings
- Primitives and their wrapper Objects
- Enums
- Collections
- Lists
- Maps
- Sets
info
Collections will only work if the genric type contained in the collection can be properly serialized either through the default or your custom serializers. The default collection implementations will always return modifiable versions of the collection, even if the original was unmodifiable.