kryo
kryo copied to clipboard
Java binary serialization and cloning: fast, efficient, automatic
**Describe the bug** When serializing, the entity used has one additional field of type List compared to the entity used for deserialization, which throw an Exception during deserialization. I think...
**Describe the bug** If an object implements `Externalizable` and is registered with the `ExternalizableSerializer`, there is no way for it to call `kryo.reference()` on itself and the `ExternalizableSerializer` doesn't do...
Bumps `kotlin.version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.0 Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents...
Bumps `kotlin.version` from 1.9.24 to 2.0.20. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.20 Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. Kotlin 2.0.20 Changelog Analysis. API New Features KT-68143 Analysis API: support KtWhenConditionInRange...
**Describe the bug** When trying to use redisson pub sub i get the following error: ``` [02:36:42] [/WARN]: org.redisson.client.RedisException: Unexpected exception while processing command [02:36:42] [/WARN]: at org.redisson.command.CommandAsyncService.convertException(CommandAsyncService.java:369) [02:36:42] [/WARN]:...
com.esotericsoftware.kryo.KryoException: Unable to find class: com.dd.sim.engine.agent.EngineComponentAgent$$Lambda$1251/622056375
Bumps `kotlin.version` from 1.9.24 to 2.0.21. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.21 Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend....