IXMLSerialize::XMLSerialize

void IXMLSerialize::XMLSerialize(SECXMLArchive& ar)

Override XMLSerialize in your formatter and provide the XML format read/write implementation.

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.