diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-2488FA07-BCAB-55DC-8724-C1C3C0DEC0AD.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-2488FA07-BCAB-55DC-8724-C1C3C0DEC0AD.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,12 @@ + + + + + +Internalising

The process of internalising an object involves internalising its data from a stream.

For a class instance, this involves internalising each of its data members and components from a stream in the same order that they were originally externalised. This process is encapsulated by the InternalizeL() member function of the class.

A class always defines InternalizeL() as:

void InternalizeL(RReadStream& aStream);

and uses the read stream interface class, RReadStream.

Note that InternalizeL() is not virtual and there is no implication that a class that requires an InternalizeL() function must be derived from any particular base class.

\ No newline at end of file