I know that there is a Boost module for serialization of boost::shared_ptr, but I cannot find anything for std::shared_ptr.
Also, I don\'t know how to implement it e
Recent versions of Boost Serialization include support for all standard library smart pointers.