v0.3.1
Pre-release
Pre-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
null
s - some deserializers have special treatment of null tokens (e.g.OptionalDeserializer
fromJdk8Module
)