MXmlEngDataSerializer Class Reference

class MXmlEngDataSerializer

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. TXmlEngSerializationOptions

Public Member Functions
TPtrC8 SerializeDataL(TXmlEngNode)

Member Functions 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. The serialized node

leave

  • One of the system-wide error codes

Parameters

TXmlEngNode aNodeA node to serialize