Kryo v4.0.2 Release Notes

Release Date: 2018-03-20 // about 6 years ago
  • ๐Ÿš€ 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)