Electroneum
boost_serialization_helper.h File Reference
#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>
Include dependency graph for boost_serialization_helper.h:
This graph shows which files directly or indirectly include this file:

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)