Instrumentation

This section includes instrumentation macros and serialization routines used by animation.

For example:

void class::serializeAttributes() const {
// Serializing the attributes
};
void class::serializeRelations() const {
// Serializing the relation
};

IMPLEMENT_META(class, FALSE)
IMPLEMENT_GET_CONCEPT(state)

Feedback