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.
const TPtrC & aPtrC |
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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.