filmov
tv
Serialization with Boost.Serialization

Показать описание
Many times you need a stable, versioned, archivable representation of your internal data structures. Serialization is one means of achieving this goal. Serialization is often used with REST APIs as a means of conveying data structures into and out of your application. XML and JSON formats are commonly used to encode your data structure. But serialization often is not just a data format.
How do you represent different versions of your data structures as they evolve over time? How do you ensure that old versions of your data structures interoperate with new versions of your data structures and vice-versa? While interoperability and backwards compatibility are an application responsibility, versioning itself is something you want from your serialization layer.
This month, Richard Thomson will give us an introduction to serialization via the Boost.Serialization library, one of the older and more mature boost libraries having first been contributed to Boost in 2002.
How do you represent different versions of your data structures as they evolve over time? How do you ensure that old versions of your data structures interoperate with new versions of your data structures and vice-versa? While interoperability and backwards compatibility are an application responsibility, versioning itself is something you want from your serialization layer.
This month, Richard Thomson will give us an introduction to serialization via the Boost.Serialization library, one of the older and more mature boost libraries having first been contributed to Boost in 2002.
Serialization with Boost.Serialization
A different way to use boost serialization - Jens Weller [ CppCon 2015 ]
A third way to use boost::serialization
C++ : Boost Serialization multiple objects
Boost Spark Performance 🚀 | Serialization & Optimization Techniques Explained
C++ : Serialization using Boost.Serialization
BINARY vs TEXT File Serialization
Binary Object Serialization with Data Structure Traversal & Reconstruction in Cpp - Chris Ryan
Serialization - A Crash Course
Boost Serialization in C++
Binary Object Serialization - Chris Ryan - CppNow 2022
boost serialization in C deserialization in Python
CppCon 2014: Bryce Adelstein-Lelbach 'Boost.Asio and Boost.Serialization, Part I'
C++ : Extending boost serialization
C++ : Does Boost.Serialization serialize differently on different platforms?
C++ : Serialize to XML using boost::serialization
C++ : Boost.Serialization and Boost.Python two-way pickle
Resolving the input stream error in Boost Serialization
C++ : How to hook up Boost serialization & iostreams to serialize & gzip an object to string...
Serialization | C++ Simple Customizable Reflection System Tutorial | Example
C++ : Serialization without Boost.Serialization
CppCon 2014: Bryce Adelstein-Lelbach 'Boost.Asio and Boost.Serialization, Part II'
Serialising/Deserialising Structured Memory To Disk, AKA Savin' Stuff
Boost serialization vs Google protocol buffer (GPB)
Комментарии