|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
Generic class for serialising data to / from binary stream-based files. More...
#include <OgreSerializer.h>
 Inheritance diagram for Ogre::Serializer:
 Inheritance diagram for Ogre::Serializer:| Public Types | |
| enum | Endian { ENDIAN_NATIVE , ENDIAN_BIG , ENDIAN_LITTLE } | 
| The endianness of written files.  More... | |
| Public Member Functions | |
| Serializer () | |
| ~Serializer () | |
Generic class for serialising data to / from binary stream-based files.
This class provides a number of useful methods for exporting / importing data from stream-oriented binary files (e.g. .mesh and .skeleton).
| Ogre::Serializer::Serializer | ( | ) | 
| Ogre::Serializer::~Serializer | ( | ) |