kryo icon indicating copy to clipboard operation
kryo copied to clipboard

Java binary serialization and cloning: fast, efficient, automatic

Results 56 kryo issues
Sort by recently updated
recently updated
newest added

The repository has two tags, kryo-2.22 and 2.02, that are pointing to a missing commit id. GitHub says: > This commit does not belong to any branch on this repository,...

bug

**Describe the bug** Since we set `accessOrder` to `true` during serialization, we expect the output order after deserialization to be `a, b`. However, due to the fact that the `accessOrder`...

bug

Bumps `junit.version` from 5.13.4 to 6.0.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.1 Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1 See...

dependencies
java

**Describe the bug** In older java versions, `List::of` was the only way to create a java.util.ImmutableCollections$ListN object, but now `Stream::toList` is also capable of creating them, and it does not...

bug
needs repro

**Is your feature request related to a problem? Please describe.** As of today, we have to register each and every class if we want to allow it for serialization/deserialization if...

feature request

### Problem In Spark, it uses kryo pool, which reuses the same kryo object, but when IdentityObjectIntMap resize throws `NegativeArraySizeException` exception, reuse the object again, always throws `ArrayIndexOutOfBoundsException` exception Because...

enhancement