Serialize an object to the end of the stream and return this stream.
Declared in <streams.h>
<streams.h>
template<typename T> DataStream& operator<<(T const& obj);
A reference to this stream.