CXMLSerializeImp::XMLSerialize

void CXMLSerializeImp::XMLSerialize(SECXMLArchive& ar)

Override this function and provide your read/write implementation for the XML serialization.

Defined in: XMLCommon.h

Return Value

void

Parameters

ar

The archive object for serializing the XML formatted data.

Comments

The XMLSerialize routine is analogous to the CObject::Serialize() function. While Serialize() provides a native read/write format, the implementation provided in XMLSerialize will be in an XML format.