|
MIRA
|
#include <serialization/BinarySerializer.h>

Static Public Member Functions | |
| static uint8 | getSerializerFormatVersion () |
Protected Types | |
| typedef boost::mpl::bool_< false > | requireReflectBarriers |
| typedef void * | ReflectState |
| typedef int | VersionType |
Protected Member Functions | |
| template<typename T > | |
| bool | checkFormatVersion (T &value, bool enableTypeCheck, BinaryStream &stream) |
| Verify expected version data. More... | |
| ReflectState | readVersion (const char *context, ConcreteBinaryDeserializer< BinaryStream, 1 > &deserializer) |
| Do nothing. More... | |
| VersionType | getVersion (ConcreteBinaryDeserializer< BinaryStream, 1 > &deserializer) |
| Read version directly from stream. More... | |
| void | restoreVersion (const ReflectState &prev) |
| Do nothing. More... | |
| void | reportVersionChecked (std::ostream &os) |
| Do nothing. More... | |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inlinestatic |
|
inlineprotected |
Verify expected version data.
|
inlineprotectedinherited |
Do nothing.
|
inlineprotectedinherited |
Read version directly from stream.
|
inlineprotectedinherited |
Do nothing.
|
inlineprotectedinherited |
Do nothing.
1.8.14