Serialization with Boost.Serialization

preview_player
Показать описание
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.

Рекомендации по теме
Комментарии
Автор

It's actually nuts to me how far C++ has come and it still hasn't figured out reflection, let alone It's embarrassing considering how C++ is basically the go-to systems language while still being behind everything else. Loved this video though. Gave me lots of ideas for how I want to do serialization.

penguin
Автор

I make one for myself use to wasting time to trying understand what functions and classes do.

__hannibaalbarca__
visit shbcf.ru