Reply to Converting PHP serialized objects into C++ classes
Posted by Aditya Agarwal on 09/28/51 11:37
Hi,
I was wondering if there is a C++ library to deserialize PHP data
structures. I am looking to deserialize mostly simple data structures
(not user-defined classes/objects) so conversion to STL objects would
be ideal.