Monday, February 2, 2009
Boost::serialization for storing generic class
Boost serialization is a lovely collection for storing generic classes. Here you have example for serializing int, list of int, vectors of lists of floats (STL containers), and your own class.
Subscribe to:
Post Comments (Atom)
2 comments:
How good is boost's serialization of hash map?
Reply Deletebtw, nice blog, keep 'em coming, i've added it to google reader.
pretty good. here you have some related topic
Reply Deletehttp://codingplayground.blogspot.com/2008_06_01_archive.html