MIRA
Public Types | List of all members
BinarySerializerMixin Class Reference

Used by BinarySerializer and BinaryDeserializer. More...

#include <serialization/BinarySerializer.h>

Inheritance diagram for BinarySerializerMixin:
Inheritance graph
[legend]

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...
 

Detailed Description

Used by BinarySerializer and BinaryDeserializer.

Member Enumeration Documentation

◆ PointerType

Pointer type that is stored as 1-byte marker before storing the pointer.

Note
For internal use within BinarySerializer and BinaryDeserializer only.
Enumerator
NULL_POINTER 
POINTER_REFERENCE 
NORMAL_POINTER 
POLYMORPHIC_POINTER 

The documentation for this class was generated from the following file: