cpp-generic-serialize
Binary serializer
A header-only C++11 library for serializing arbitrary data types and nested containers to binary format.
C++11 Header-only generic binary-serialization for arbitrary types (and nested containers)
7 stars
3 watching
2 forks
Language: C++
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
xeverous/fuser | A header-only library that enables automatic serialization of C++ types to and from JSON. | 54 |
fraillt/bitsery | A binary serialization library optimized for speed and space. | 1,078 |
intel/tinycbor | A C library for serializing and deserializing binary objects in a compact format | 501 |
chronoxor/fastbinaryencoding | A universal serialization solution for various programming languages and platforms that enables fast and compact binary encoding. | 828 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
p-ranav/alpaca | A C++ serialization library that efficiently packs and unpacks structured data into compact byte arrays. | 479 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |
phadej/igbinary | A binary serialization format designed to replace the standard PHP serializer with improved compression and reduced storage requirements. | 259 |
thekvs/cpp-serializers | Compares performance of various data serialization libraries in C++ | 730 |
boostorg/serialization | Provides a C++ framework for serializing and deserializing data structures to and from various formats | 121 |
tplgy/cppcodec | A header-only C++11 library for encoding/decoding various binary data formats | 617 |
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 |
pascaldekloe/colfer | A binary serialization format designed for speed and size, generating source code from schema definitions. | 745 |
voidah/archive | A compact binary serialization library for C++ | 91 |
cyriaca/azura | A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. | 4 |