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....
This PR adds serializers for JDK unmodifiable and synchronized collections. This has been one of the most requested features for Kryo, but I have so far rejected all requests and...
**Describe the bug** Got a exception: Encountered unregistered class ID: 50 Here is my code snippet Here is the **idToRegistration** which in the kryo object.  There is no class...
**Describe the bug** Apache Iceberg uses two custom Map implementations. Kryo serialization worked fine for these two with Kryo 2.24.0, but fails to deserialize with 5.62: - https://github.com/apache/iceberg/blob/d14298fe9e826f67e0a2c4d8e279c6b032912726/core/src/main/java/org/apache/iceberg/SerializableByteBufferMap.java#L31 - https://github.com/apache/iceberg/blob/d14298fe9e826f67e0a2c4d8e279c6b032912726/core/src/main/java/org/apache/iceberg/util/SerializableMap.java#L28...