Popularity
3.5
Stable
Activity
7.2
-
118
18
138

Description

Here, we use the term "serialization" to mean the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. Such a system can be used to reconstitute an equivalent structure in another program context. Depending on the context, this might used implement object persistence, remote parameter passing or other facility. In this system we use the term "archive" to refer to a specific rendering of this stream of bytes. This could be a file of binary data, text data, XML, or some other created by the user of this library.

Code Quality Rank: L3
Programming language: C++
Tags: Containers     Serialization     Portable    
Latest version: v1.73.0

Boost.Serialization alternatives and similar libraries

Based on the "Serialization" category.
Alternatively, view Boost.Serialization alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Boost.Serialization or a related project?

Add another 'Serialization' Library