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