Generic class for serialising data to / from binary stream-based files.
More...
#include <OgreSerializer.h>
Generic class for serialising data to / from binary stream-based files.
◆ Endian
The endianness of written files.
Enumerator |
---|
ENDIAN_NATIVE | Use the platform native endian.
|
ENDIAN_BIG | Use big endian (0x1000 is serialised as 0x10 0x00)
|
ENDIAN_LITTLE | Use little endian (0x1000 is serialised as 0x00 0x10)
|
◆ Serializer()
Ogre::Serializer::Serializer |
( |
| ) |
|
◆ ~Serializer()
virtual Ogre::Serializer::~Serializer |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: