Serializer for communication with the middleware.
More...
#include <WeArtMessageSerializer.h>
|
static constexpr unsigned long long int | HashStringToInt (const char *str, unsigned long long int hash=0) |
|
Serializer for communication with the middleware.
◆ Deserialize()
WeArtMessage * WeArtMessageSerializer::Deserialize |
( |
std::string |
data | ) |
|
Deserializes a string into the corresponding message object.
- Parameters
-
data | String containing the serialized message |
- Returns
- the message deserialized from the given string
◆ HashStringToInt()
static constexpr unsigned long long int WeArtMessageSerializer::HashStringToInt |
( |
const char * |
str, |
|
|
unsigned long long int |
hash = 0 |
|
) |
| |
|
inlinestaticconstexpr |
◆ separator
const char WeArtMessageSerializer::separator = ':' |
The documentation for this class was generated from the following files: