|
CatapultServer
v0.5.0.1 (Elephant)
|
Cache serializer adapter. More...
Public Types | |
| using | KeyType = typename TDescriptor::KeyType |
| using | ValueType = typename TDescriptor::ValueType |
Static Public Member Functions | |
| static std::string | SerializeValue (const ValueType &value) |
| Serializes value to string. More... | |
| static ValueType | DeserializeValue (const RawBuffer &buffer) |
| Deserializes value from buffer. More... | |
Cache serializer adapter.
| using catapult::cache::CacheSerializerAdapter< TSerializerTraits, TDescriptor >::KeyType = typename TDescriptor::KeyType |
| using catapult::cache::CacheSerializerAdapter< TSerializerTraits, TDescriptor >::ValueType = typename TDescriptor::ValueType |
|
inlinestatic |
Deserializes value from buffer.
|
inlinestatic |
Serializes value to string.