OpenEnroth 73e68f7
|
#include <string>
#include <utility>
#include "Utility/Streams/MemoryInputStream.h"
#include "Utility/Streams/BlobOutputStream.h"
#include "Utility/Memory/Blob.h"
#include "BinaryConcepts.h"
Classes | |
struct | is_proxy_binary_sink< Blob > |
struct | is_proxy_binary_source< Blob > |
Functions | |
template<class Src , class... Tags> | |
void | serialize (const Src &src, Blob *dst, const Tags &... tags) |
template<class Dst , class... Tags> | |
void | deserialize (const Blob &src, Dst *dst, const Tags &... tags) |
void deserialize | ( | const Blob & | src, |
Dst * | dst, | ||
const Tags &... | tags | ||
) |
void serialize | ( | const Src & | src, |
Blob * | dst, | ||
const Tags &... | tags | ||
) |