40 #ifndef _serialization_cpp
41 #define _serialization_cpp
44 #include "stringtool.h"
bool Boole
Generally acts a single bit, true or false.
#define MEZZ_EXCEPTION(num, desc)
An easy way to throw exceptions with rich information.
This implements the exception hiearchy for Mezzanine.
The interface for serialization.
Thrown when the available information should have worked but failed for unknown reasons.
void DeSerializeError(const String &FailedTo, const String &ClassName, Boole SOrD)
Simply does some string concatenation, then throws an Exception.
The bulk of the engine components go in this namspace.
void SerializeError(const String &FailedTo, const String &ClassName, Boole SOrD)
Simply does some string concatenation, then throws an Exception.
std::string String
A datatype used to a series of characters.