CatapultServer  v0.5.0.1 (Elephant)
catapult::tree::PatriciaTreeSerializer Struct Reference

Serializer for patricia tree. More...

Static Public Member Functions

static std::string SerializeValue (const tree::TreeNode &value)
 Serializes value to string. More...
 
static tree::TreeNode DeserializeValue (const RawBuffer &buffer)
 Deserializes tree node from buffer. More...
 

Detailed Description

Serializer for patricia tree.

Member Function Documentation

◆ DeserializeValue()

TreeNode catapult::tree::PatriciaTreeSerializer::DeserializeValue ( const RawBuffer &  buffer)
static

Deserializes tree node from buffer.

Here is the call graph for this function:

◆ SerializeValue()

std::string catapult::tree::PatriciaTreeSerializer::SerializeValue ( const tree::TreeNode value)
static

Serializes value to string.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following files: