in reply to Re: verifying serialized objects
in thread verifying serialized objects
I'm not really worried about the validity of the data, so
much as I want an easy way to compare to objects without
having to load them into memory. That is, I just want to
look at a checksum of the object, and only load the object
if the checksum says it has changed. That way I can avoid
strain on the network and memory, unless it is merited.