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.

2 comments:

  1. How good is boost's serialization of hash map?
    btw, nice blog, keep 'em coming, i've added it to google reader.

    ReplyDelete
  2. pretty good. here you have some related topic

    http://codingplayground.blogspot.com/2008_06_01_archive.html

    ReplyDelete