is it possible serialize any STL class including std::string? I've a sets of std::strings and I'm trying to write them into file and load them back into std::set.
See Question&Answers more detail:osis it possible serialize any STL class including std::string? I've a sets of std::strings and I'm trying to write them into file and load them back into std::set.
See Question&Answers more detail:osYes, it's possible. With boost.serialization, for example.
For STL, read corresponding tutorial section