Serialize an object through the buffered writer and return this writer.
Declared in <streams.h>
<streams.h>
template<typename T> BufferedWriter& operator<<(T const& obj);
A reference to this writer.