I\'m looking for a solution to generate a checksum for any type of Java object, which remains the same for every execution of an application that produces the same object.>
If you control the source, you can implement hashCode() so it will be consistent from one execution to another.