dynamic-object-1.1.0
Changes in this release:
- The
DynamicObject#serialize(Object, Writer)
method has been added. This method is available for streaming use cases (such as serializing directly to a file) where there is no need to build an intermediateString
representation. - A major bug has been fixed that was causing Map elements to be dropped.