Electroneum
binary_utils.h File Reference
#include <sstream>
#include "binary_archive.h"
Include dependency graph for binary_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 serialization
 

Functions

template<class T >
bool serialization::parse_binary (const std::string &blob, T &v)
 
template<class T >
bool serialization::dump_binary (T &v, std::string &blob)