CByteArrayFTR Class

class CByteArrayFTR: public CArrayFTRBase

The CByteArrayFTR class is the XML formatter for the MFC CByteArray collection class. In order to serialize the contents of a CByteArray, your serialization code should first create an instance of the CByteArrayFTR class, initialize it with the array object and then pass the formatter to the SECXMLArchive::Read/Write method.

Defined in: XMLCollFormatters.h

Class Members

CByteArrayFTR(CByteArray*& pBytArray, LPCTSTR strElement = _T("ByteArray"))

Constructor.