Pickling and C++


What are the different ways to dump a C++ data structure as a Python pickle?
I am aware of:
(1) The PicklingTools library
http://www.picklingtools.com
(2) The Boost library
http://www.boost.org/doc/libs/1_38_0/libs/python/doc/v2/pickle.html

Are there other libraries?

I am also having trouble getting the Boost stuff working: I want to serialize a large dictionary so I can see how fast the different libraries are. Anyone have a simple example of creating a Python-like dictionary which then Boost serializes?

Thanks in advance.
There is also the Boost Serialization library.
Topic archived. No new replies allowed.