I have several serializable classes that were compiled without specifying a serialVersionUID. I now need to add some data members to these classes but wish to preserve some already serialized objects.
Is there anyway to find out the serialVersionUID of these serialized objects so that I can specify the same ID in the source code?