#include <cel_stream.h>
The class T has deserialize method to read the value from the storage. The prototype of serialize is defined as:
void deserialize( Stream *inStream, size_t inLevel, Endian inEndian);
The same method is used by SerializableData. This template struct is used by read<> template.