Nathan Russell

Results 1 comments of Nathan Russell

The hashing of character vectors is not actually related to serialization, as I am just converting them to `std::string`s and using the default `boost::hash` to generate hash values. Serializing objects...