cpp-msgpack-light 0.3.0
A light library to serialize MessagePack.
Loading...
Searching...
No Matches
serialize.h File Reference

Definition of serialize function. More...

Include dependency graph for serialize.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.

Detailed Description

Definition of serialize function.

Definition in file serialize.h.