| 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) |
| TPtrC8 | SerializeDataL | ( | TXmlEngNode | aNode | ) | [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
| TXmlEngNode aNode | A node to serialize |