CatapultServer  v0.5.0.1 (Elephant)
catapult::state::MosaicEntrySerializer Struct Reference

Policy for saving and loading mosaic entry data. More...

Inheritance diagram for catapult::state::MosaicEntrySerializer:

Static Public Member Functions

static void Save (const MosaicEntry &entry, io::OutputStream &output)
 Saves entry to output. More...
 
static MosaicEntry Load (io::InputStream &input)
 Loads a single value from input. More...
 

Static Public Attributes

static constexpr uint16_t State_Version = 1
 Serialized state version. More...
 

Detailed Description

Policy for saving and loading mosaic entry data.

Member Function Documentation

◆ Load()

MosaicEntry catapult::state::MosaicEntrySerializer::Load ( io::InputStream input)
static

Loads a single value from input.

◆ Save()

void catapult::state::MosaicEntrySerializer::Save ( const MosaicEntry entry,
io::OutputStream output 
)
static

Saves entry to output.

Here is the call graph for this function:

Member Data Documentation

◆ State_Version

constexpr uint16_t catapult::state::MosaicEntrySerializer::State_Version = 1
staticconstexpr

Serialized state version.


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