Added some nice improvements to CommentConfig! The most important change is that the ORM can now serialize and deserialize maps and collections.
Changelog
- Added unit tests to test serialization and deserialization.
- Remove public construction of node classes to force proper creation and usage of config nodes.
- Ability to serialize and deserialize complex lists and maps using the
ClassSerializer
andClassDeserializer
. - Document the API and allow access to javadoc.