|
CppWAMP
C++11 client library for the WAMP protocol
|
Decoder specialization for Msgpack. More...
#include <cppwamp/msgpack.hpp>
Public Member Functions | |
| BasicMsgpackDecoder () | |
| Default constructor. | |
| ~BasicMsgpackDecoder () | |
| Destructor. | |
| std::error_code | decode (const Input &input, Variant &variant) |
| Deserializes from the given input to the given variant. | |
Decoder specialization for Msgpack.
This class uses jsoncons to deserialize Msgpack payloads into Variant instances.
Meets the requirements of the CodecDecoder concept.
| I | The input type from which to decode. |
| C | The input category type (deduced). |