virtual void Serialize( CArchive& ar );
throw( CMemoryException );
throw( CArchiveException );
throw( CFileException );
Parameters
ar
A CArchive object to serialize to or from.
Remarks
Reads or writes this object from or to an archive.
You must override Serialize for each class that you intend to serialize. The overridden Serialize must first call the Serialize function of its base class.