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
As of Boost 1.56, the serialization library has built-in support for std::shared_ptr. You do not need to implement your own serialization helper functions if you can use a more recent version of the library.