Pickle for C++?

Thomas Thiele thiele at muc.das-werk.de
Wed Jun 28 11:53:34 EDT 2000


Hi!

I have a Python class that holds a lot of data. 
And I now want to send these datas over a TCP - connection via
pickle and sockets. It works fine. But now I want
that an application written in C++ is able to unpickle the data-class
too and write it's content into an equivalent C++ - class/struct. 

Is there any solution out there or have I to write my own C++ - pickle
algorithm?



More information about the Python-list mailing list