Skip to content

dynamic-object-1.1.0

Compare
Choose a tag to compare
@rschmitt rschmitt released this 13 Feb 06:14
· 221 commits to master since this release

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 intermediate String representation.
  • A major bug has been fixed that was causing Map elements to be dropped.