Deserialize an object from the buffered reader and return this reader.
Declared in <streams.h>
<streams.h>
template<typename T> BufferedReader& operator>>(T&& obj);
A reference to this reader.