Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Tests whether this object is eligible for serialization.
BOOL IsSerializable( ) const;
Return Value
Nonzero if this object can be serialized; otherwise 0.
Remarks
For a class to be serializable, its declaration must contain the DECLARE_SERIAL macro, and the implementation must contain the IMPLEMENT_SERIAL macro.
Note
Do not override this function.
Example
See CObList::CObList for a listing of the CAge class used in all CObject examples.
CAge a(21);
ASSERT(a.IsSerializable());
Requirements
Header: afx.h