Kryo icon

Kryo

4.0/5 1
BSD License   

Object graph serialization framework for Java, designed to provide users with a quick, efficient and intuitive API for their projects. #Java serialization  #Object graph serialization  #Serialization framework  #Serialization  #Object graph  #Framework  

Description

changelog

Free Download

Kryo is an open-source serialization framework for Java, which can prove useful whenever objects need to be persisted, whether to a file, database or over a network. It can perform automatic deep and shallow copying and cloning. From the ground up, Kryo was designed to serve as a user-friendly, fast and efficient API.

When it comes to versioning, the library increases the major version if serialization compatibility is broken, and the minor version if binary or source compatibility of the public API is broken.

For developers who are just getting started, you can find installation instructions on the project’s GitHub page, whether you are planning to use Kryo with or without Maven. A code sample is available to show you how the library is used in various projects.

As a serialization framework, Kryo does not enforce a schema or manage the type of data that is being read or written. These aspects are left to the serializers themselves, which can be replaced if they are not suitable for your particular needs.

For more in-depth information, you should definitely consult the detailed user guide, as explanations are provided for every aspect of the library’s functionality, along with examples that will prove helpful.

System requirements

What's new in Kryo 5.6.0:

  • Avoid creating GenericsHierarchy when generics optimization is disabled
  • BigDecimal serializer memory and throughput optimizations (thanks @gdela)
  • Avoid allocation in BigDecimal serializer with new methods for bytes in Input/Output (thanks @gdela)
Read the full changelog
User Comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

Kryo 5.6.0

add to watchlist add to download basket send us an update REPORT
PRICE: Free
  runs on:
Windows All
  file size:
2.2 MB
  filename:
kryo-5.6.0-all.zip
  main category:
Programming
  developer:
  visit homepage