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