|
MIRA
|
Used by BinarySerializer and BinaryDeserializer. More...
#include <serialization/BinarySerializer.h>

Public Types | |
| enum | PointerType { NULL_POINTER = 0, POINTER_REFERENCE = 1, NORMAL_POINTER = 2, POLYMORPHIC_POINTER = 3 } |
| Pointer type that is stored as 1-byte marker before storing the pointer. More... | |
Used by BinarySerializer and BinaryDeserializer.
| enum PointerType |
Pointer type that is stored as 1-byte marker before storing the pointer.
| Enumerator | |
|---|---|
| NULL_POINTER | |
| POINTER_REFERENCE | |
| NORMAL_POINTER | |
| POLYMORPHIC_POINTER | |
1.8.14