인스트루먼테이션

이 절에는 애니메이션에서 사용되는 인스트루먼테이션 매크로와 직렬화 루틴이 있습니다.

예를 들면, 다음과 같습니다.

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

IMPLEMENT_META(class, FALSE)
IMPLEMENT_GET_CONCEPT(state)

피드백