Skip to content

kryo-4.0.2

Compare
Choose a tag to compare
@magro magro released this 20 Mar 21:12
· 725 commits to master since this release

This is a maintenance release coming with fixes and improvements.

  • #567: Use public member instead of private field to resolve immutability for serializer (bceef26)
  • Fix #558, #549: IdentityObjectIntMap.clear taking more time - Realloc instead of clearing large maps (77935c6)
  • Fix #539, #554: Fix crash when removing multiple fields with CompatibleFieldSerializer (56fb1a1)
  • #530: Fix #529 Support serializing the Enum class object (033d659)

Many thanks to all contributors!

Compatibility

  • Serialization compatible
    • Standard IO: Yes
    • Unsafe-based IO: Yes
  • Binary compatible - Yes (Details)
  • Source compatible - Yes (Details)