akka-kryo-serialization icon indicating copy to clipboard operation
akka-kryo-serialization copied to clipboard

Kryo-based serialization for Akka

Results 6 akka-kryo-serialization issues
Sort by recently updated
recently updated
newest added

Hey, I am trying to use `akka-kryo-serialization-typed_2.13` (version: 2.2.0) to serialize my messages. I was having an issue where one of my messages uses `Collections.emptyList()` and it wasn't able to...

It's nearly impossible to solve Hibernate proxy (or any similar java proxy) compatibility without access to a custom class resolver. Could you add a possibility to setup a custom classresolver?...

While upgrading play2, akka to versions play2 - 2.7.7, akka - 2.6.12. Following exception happens: ``` com.esotericsoftware.kryo.KryoException: Unable to find class: hone Serialization trace: underlying (play.api.libs.json.JsObject) value (scala.Some) CASE_CLASS_FIELD1 (CASE_CLASS_FIELD1_PATH)...

It would be nice to have some benchmarks demonstrating that akka-kryo-serialization is much faster than the standard serialization provided by Akka.

enhancement