Chapter 15. Serializing the Standard Library and other library types

Table of Contents

15.1. Serializing STL (std) types
15.2. Serializing std::tr1 types
15.3. Serializing stdext types
15.4. Serializing Loki types
15.5. Serializing boost types
15.6. Serializing Intel TBB types

15.1. Serializing STL (std) types

The library supports these STL types:

  • std::pair

  • std::complex

  • std::string

  • std::auto_ptr

  • std::bitset

  • std::list

  • std::queue

  • std::set

  • std::multiset

  • std::vector

  • std::map

  • std::multimap

When loading data, container objects are reset to empty by the library.