You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: