archive
Binary serializer
A compact binary serialization library for C++
Simple, compact, endian-safe and header-only serialization/deserialization for C++
91 stars
9 watching
16 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,078 |
p-ranav/alpaca | A C++ serialization library that efficiently packs and unpacks structured data into compact byte arrays. | 479 |
harrah/sbinary | A library for describing and serializing binary formats in Scala | 75 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
xdbr/cpp-generic-serialize | A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. | 7 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
mgsloan/store | A fast binary serialization library in Haskell with efficient encoding and decoding of various data types | 109 |
troydhanson/tpl | A small binary serialization library for efficient data storage and transmission in C applications | 372 |
paritytech/parity-scale-codec | A Rust library for serializing and deserializing data in a compact binary format | 258 |
intel/tinycbor | A C library for serializing and deserializing binary objects in a compact format | 504 |
nixman/yas | An efficient serialization library with support for various data types and formats | 732 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
wc-duck/datalibrary | A C++ library for serializing data from JSON format to binary and vice versa while performing type checks and other validations. | 42 |