CatapultServer  v0.5.0.1 (Elephant)
BlockStatementSerializer.h File Reference
Include dependency graph for BlockStatementSerializer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::io
 

Functions

void catapult::io::WriteBlockStatement (const model::BlockStatement &blockStatement, OutputStream &outputStream)
 Writes blockStatement into outputStream. More...
 
void catapult::io::ReadBlockStatement (InputStream &inputStream, model::BlockStatement &blockStatement)
 Reads block statement from inputStream into blockStatement. More...