Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce support for Kryo #328

Open
gastaldi opened this issue Jul 11, 2022 · 1 comment
Open

Introduce support for Kryo #328

gastaldi opened this issue Jul 11, 2022 · 1 comment

Comments

@gastaldi
Copy link

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

@cowtowncoder
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants