|
Electroneum
|
Namespaces | |
| detail | |
Functions | |
| template<class T > | |
| bool | parse_binary (const std::string &blob, T &v) |
| template<class T > | |
| bool | dump_binary (T &v, std::string &blob) |
| template<class T > | |
| std::string | dump_json (T &v) |
| template<class Archive > | |
| bool | check_stream_state (Archive &ar, bool noeof=false) |
| template<class Archive , class T > | |
| bool | serialize (Archive &ar, T &v) |
| template<class Archive , class T > | |
| bool | serialize_noeof (Archive &ar, T &v) |
| bool serialization::check_stream_state | ( | Archive & | ar, |
| bool | noeof = false |
||
| ) |
Definition at line 350 of file serialization.h.


dumps the data in v into the blob string
Definition at line 51 of file binary_utils.h.


| std::string serialization::dump_json | ( | T & | v | ) |
Definition at line 40 of file json_utils.h.

creates a new archive with the passed blob and serializes it into v
Definition at line 41 of file binary_utils.h.


Definition at line 360 of file serialization.h.


|
inline |
Definition at line 371 of file serialization.h.

