#include <serializer.h>
Inherited by serializer::CommonSerializer.
|
template<typename... Ts> |
static std::tuple | serialize (const Ts &... ts) |
| Can serialize empty messages, but nothing else.
|
|
template<typename... Ts> |
static std::tuple | deserialize (const uint8_t *, size_t size) |
|
◆ deserialize()
template<typename... Ts>
static std::tuple serializer::EmptySerializer::deserialize |
( |
const uint8_t * |
, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
◆ serialize()
template<typename... Ts>
static std::tuple serializer::EmptySerializer::serialize |
( |
const Ts &... |
ts | ) |
|
|
inlinestatic |
Can serialize empty messages, but nothing else.
The documentation for this class was generated from the following file: