- Add default Set type handling
- Improve default serialized key (i.e. fixMC12345 becomes fix-MC-12345 instead of fix-M-C-12345)
- Add declaration order serialization order to Adaptable, allowing fields to be serialized to config in the order they are declared in the class
- Add basic from/to String type adapter (StringFormTypeAdapter)