Skip to content

v0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tkrullmann tkrullmann released this 27 Apr 15:10
· 32 commits to master since this release

Minor improvements for compatibility with other modules

  • Creator-based instantiation now passes the original set of properties & the PropertyValueBuffer - required for proper compatibility with the Kotlin module
  • When deserializing bean properties, call the delegate deserializer even for nulls - some deserializers have special treatment of null tokens (e.g. OptionalDeserializer from Jdk8Module)