J
John A Grandy
I would like to xml serialize instances of a class solely for the purpose of
md5 hashing the result and naming data-files with the md5 hash so that there
is a 1:1 correspondence between a data-file and in instance of my class.
My class contains references to instances of other classes.
How would I go about implementing this ?
md5 hashing the result and naming data-files with the md5 hash so that there
is a 1:1 correspondence between a data-file and in instance of my class.
My class contains references to instances of other classes.
How would I go about implementing this ?