23 Aug
2008
23 Aug
'08
7:19 a.m.
I create somwhere in my program several "derived" elements (which are serialized at this point)
After, I put them in the m_Elements vector of myclass (hérited from ElementList<base>). So, the "derived" are stored as "base" elements and the problem is that they are serialized as "base" elements and not "derived" elements.
Have you got an idea of how I can solve this issue?
this is described in the documentation under serialization of pointers Robert Ramey