MXmlEngDataSerializer Class Reference

#include <xml/dom/xmlengdataserializer.h>

class MXmlEngDataSerializer
Public Member Functions
pure virtual TPtrC8 SerializeDataL(TXmlEngNode)

Detailed Description

This interface is used to serialize binary data stored in a node, external memory chunk (RChunk) or file. This interface may be implemented by client applications.

See also: TXmlEngSerializationOptions

Member Function Documentation

SerializeDataL ( TXmlEngNode )

TPtrC8 SerializeDataL(TXmlEngNodeaNode)[pure virtual]
Serializes the node. The implementor of this class must allocate and own the memory returned by this method until serialization is complete.
Parameters
aNodeA node to serialize
Return Value
The serialized node
Leave Codes