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

Some of the graphs in the readme use units of operations per second, whereas others use seconds per X operations, which makes it confusing because the graphs themselves look otherwise...

enhancement
help wanted

An recommendation for #643 in #684 , give a default registration if missing Class structure when reading

PR for #912 ( Currently limited to showcase the feature for Int primitive arrays only based on the guidelines ) Motivation: Many times, primitive array is used for optimized/efficient code...

**com.esotericsoftware.kryo.KryoException: Class cannot be created (missing no-arg constructor): com.hivemq.persistence.IterablePersistenceEntry at com.esotericsoftware.kryo.util.DefaultInstantiatorStrategy.newInstantiatorOf(DefaultInstantiatorStrategy.java:111) at com.esotericsoftware.kryo.Kryo.newInstantiator(Kryo.java:1190) at com.esotericsoftware.kryo.Kryo.newInstance(Kryo.java:1199) at com.esotericsoftware.kryo.serializers.FieldSerializer.create(FieldSerializer.java:163) at com.esotericsoftware.kryo.serializers.FieldSerializer.read(FieldSerializer.java:122) at com.esotericsoftware.kryo.Kryo.readClassAndObject(Kryo.java:880) at com.esotericsoftware.kryo.serializers.MapSerializer.read(MapSerializer.java:235) at com.esotericsoftware.kryo.serializers.MapSerializer.read(MapSerializer.java:42) at com.esotericsoftware.kryo.Kryo.readObject(Kryo.java:777) at com.hivemq.util.KryoUtil.readObject(KryoUtil.java:35) com.esotericsoftware.kryo.KryoException:...

bug
needs repro

errMsg=[java.lang.Class is not accessible from java.lang.Class]. As the class is another open source ,we can not modify it, so please help us how to slove it,thanks. in android run exception,...

bug
help wanted

**Is your feature request related to a problem? Please describe.** primitive arrays pre-occupies space as per the size of the elements, but its perfectly possible that most of the space...

feature request

**Describe the bug** We have an application that's using Kryo to serialize/deserialize objects. The exact objects are unknown at compile-time, so they are not registered. This works perfectly fine with...

bug
needs repro

Got KryoException: _ClassNotFoundException(with Maps) /Encountered unregistered class ID(with Lists)_ when I try to deserialize data after removing a field with Collection type from the class. ### **To Reproduce** **_With Map:_**...

bug
help wanted

**Describe the bug** A clear and concise description of what the bug is. [13:42:25:880] [Executor task launch worker for task 16912.3 in stage 27.0 (TID 43832)] ERROR org.apache.spark.executor.Executor.logError:98 - Exception...

bug
needs repro

**Kryo version 5.5.0** **Java 17** When data was serialized and after that a new field was added, deserilization fails with exception: `com.esotericsoftware.kryo.kryo5.io.KryoBufferUnderflowException: Buffer underflow` **Stacktrace** ``` Exception in thread "main"...

bug