
24 Jun
2011
24 Jun
'11
5:14 p.m.
Alejandro Cabrera <cpp.cabrera <at> gmail.com> writes:
There was a Boost Serialization library in the works. It seems that the last time it was maintained was 7 years ago. I'm not sure what generic, type-safe [de]serialization would look like - it sounds like a project all on its own! I agree that the C++ standard would benefit greatly from a means to [de]serialize data structures, much like Python has the pickle module.
http://www.boost.org/doc/libs/1_46_1/libs/serialization/doc/index.html I am really confused. serialization is in boost and it does containers. Am I not understanding what you are talking about? Joel