CObject::Serialize

Call this member function to read or write this object from or to an archive.

Syntax

virtual void Serialize( CArchive& ar );
throw( CMemoryException );
throw( CArchiveException );
throw( CFileException );

At a Glance

Header file: Afx.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObject Overview, CObject Member Functions, Classes Derived from CObject