#include <mw/rconnmon.h>
class MDesSerializer |
Interface template for the class T serialization to/from HBuf/TPtr. Class T could be any type of class (T, C, etc.).
T | FromPtrC | ( | const TPtrC & | aPtrC | ) | [static] |
Have to unpack object of class T from aPtrC.
Returns: Constant pointer to the heap descriptor.
const HBufC * | ToBuf | ( | ) | const [pure virtual] |
Have to pack the object of class T to HBufC. Ownership of newly created pointer is transferred to caller.
Returns: Pointer to the heap descriptor.