The serialization example, test_no_rtti.cpp, appears to only write the base class XML element when saving from the base class pointer. Perhaps I am misunderstanding the point of the extended_type_info classes but I thought it was a way to serialize classes with a common base class without having to know the type of the derived class. The example in test_no_rtti.cpp clips the derived portion of the class when serializing from a base class pointer. Please advise.
Thanks.