Serializes an object into the running hash.
Declared in <hash.h>
<hash.h>
template<typename T> HashWriter& operator<<(T const& obj);
A reference to this writer, for chaining.