MXmlEngDataSerializer Class Reference
#include
<xml/dom/xmlengdataserializer.h>
class MXmlEngDataSerializer |
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 )
Serializes the node. The implementor of this class must allocate and own the memory returned by this method until serialization is complete.
Parameters |
---|
aNode | A node to serialize |
- Return Value
- The serialized node