Serializes an object to the source, hashing the bytes written.
Declared in <hash.h>
<hash.h>
template<typename T> HashedSourceWriter& operator<<(T const& obj);
A reference to this writer, for chaining.