|
Electroneum
|
#include <boost/archive/binary_iarchive.hpp>#include <boost/archive/portable_binary_oarchive.hpp>#include <boost/archive/portable_binary_iarchive.hpp>#include <boost/filesystem/operations.hpp>

Go to the source code of this file.
Namespaces | |
| tools | |
| Various Tools. | |
Functions | |
| template<class t_object > | |
| bool | tools::serialize_obj_to_file (t_object &obj, const std::string &file_path) |
| template<class t_object > | |
| bool | tools::unserialize_obj_from_file (t_object &obj, const std::string &file_path) |