FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu
Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen
Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.
MessagePack serializer implementation for Java / msgpack.orgJava
FST: fast java serialization drop in-replacement
The main features of ruedigermoeller/fast-serialization are: Data Serialization, Serialization, Serialization and I/O.
Open-source alternatives to ruedigermoeller/fast-serialization include: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… msgpack/msgpack-java — MessagePack serializer implementation for Java / msgpack.org[Java]. microsoft/bond — Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025. alexcrichton/toml-rs — A [TOML][toml] decoder and encoder for Rust. This library is currently compliant with the v0.5.0 version of TOML. This… aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that…