Skip to content

1.20.0

Compare
Choose a tag to compare
@mcatanzariti mcatanzariti released this 29 Oct 22:49
· 27 commits to master since this release
  • Support Polymorphism with discriminator when CborObjectFormat is Array or IntKeyMap
  • Support CreatorMapping (non default constructors) when CborObjectFormat is Array or IntKeyMap
  • Security Issues with Polymorphic support in serialization
    • BREAKING CHANGE: removed DefaultDiscriminatorConvention
    • BREAKING CHANGE: renamed AttributeBasedDiscriminatorConvention into DefaultDiscriminatorConvention
    • Check if declared type is assignable from discriminator type before instantiation