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