jackson-dataformats-binary icon indicating copy to clipboard operation
jackson-dataformats-binary copied to clipboard

Introduce support for Kryo

Open gastaldi opened this issue 1 year ago • 1 comments

Kryo is a fast and efficient binary object graph serialization framework for Java. The project's goals are high speed, small size, and an easy-to-use API.

https://github.com/EsotericSoftware/kryo

gastaldi avatar Jul 11 '22 13:07 gastaldi

I am not sure this is feasible, given that Kryo is more a serialization framework of its own, including databinding, and less a general purpose binary format. So I guess the question is what exactly would the goal of a Jackson backend be.

But I'll leave this open just in case someone wants to consider if some support could be added.

cowtowncoder avatar Jul 11 '22 22:07 cowtowncoder