Public Member Functions | |
Serializer (IAGSEngine *engine, long file, bool isLoading) | |
bool | isLoading () const |
bool | isSaving () const |
template<typename T > | |
void | syncAsInt (T &value) |
void | syncAsBool (bool &value) |
void | syncAsInt8 (int8 &value) |
void | syncAsByte (byte &value) |
void | syncAsFloat (float &value) |
void | syncAsDouble (double &value) |
void | unreadInt () |