How to generate a checksum for an java object
- by Alex
hi there,
I'm looking for an solution to generate a checksum for any type of java object, which remains the same for every exection of an application which produces the same object.
I tried it with object.hashcode(), but as I read in the api
....This integer need not remain consistent from one execution of an application to another execution of the same application.
thank you, best regard alex