cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
|
Definition of serialize function. More...
#include "msgpack_light/binary.h"
#include "msgpack_light/memory_output_stream.h"
#include "msgpack_light/output_stream.h"
#include "msgpack_light/serialization_buffer.h"
#include "msgpack_light/type_support/common.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_light |
Namespace of this project. |
Functions | |
template<typename T> | |
binary | msgpack_light::serialize (const T &data) |
Serialize data to an output stream. | |
template<typename T> | |
void | msgpack_light::serialize_to (output_stream &stream, const T &data) |
Serialize data in memory and return the resulting binary data. |
Definition of serialize function.
Definition in file serialize.h.