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