|
Monero
|
Namespaces | |
| namespace | 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 ) |
dumps the data in v into the blob string
creates a new archive with the passed blob and serializes it into v