serialization

Data serializer

Provides a C++ framework for serializing and deserializing data structures to and from various formats

Boost.org serialization module

GitHub

121 stars
17 watching
141 forks
Language: C++
last commit: 6 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
boostorg/json A C++ library that provides fast and efficient JSON data serialization and deserialization 434
gonzalezreal/groot A framework that serializes and deserializes Core Data object graphs from or into JSON using annotations in the Core Data model. 534
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
boostorg/log A C++ library for logging in applications and libraries 182
rikimaru0345/ceras A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. 484
xdbr/cpp-generic-serialize A header-only C++11 library for serializing arbitrary data types and nested containers to binary format. 7
boostorg/property_tree A C++ library for parsing and generating XML and INI-style configuration files 55
iddev5/inon A simple data serialization format for Zig that supports human-readable representation and fast serialization and deserialization. 10
marvin-brouwer/fluentserializer Provides a standardized interface for serializing and deserializing data to and from C# objects 20
cyriaca/azura A tool for generating source code that serializes data types, enabling efficient and platform-independent serialization of structured data. 4
ruedigermoeller/fast-serialization Provides an efficient serialization framework compatible with JDK Serialization, enabling faster data exchange in Java applications. 1,590
disruptek/frosty A library for serializing and deserializing data from various targets such as streams and sockets 50
pascaldekloe/colfer A binary serialization format designed for speed and size, generating source code from schema definitions. 745
pluglimited/nudge A framework to serialize objects as XML in ActionScript 1
jefffhaynes/binaryserializer A framework for controlling data formatting at the byte and bit level using declarative serialization attributes 293