3.6.1
Bug fixes following the 3.6 release:
- Invalid TypeSerializer registration for arbitrary Number classes
- Fix merging overwriting non-null values with null values
This bugfix release does not change any previous behaviors of serialization/deserialization, except now merging ConfigurationNode
s will no longer null values from the other node being merged into the parent if the parent has a null value in said node.