Posted By:
marina_e
Posted On:
Friday, January 28, 2005 10:34 PM
Is there a way to determine serialVersionUID of an object serailized in a file?
I was able to find a way to get serialVersionUID of a class through
ObjectStreamClass.getSerialVersionUID() method
Still hoping to find something similar for an object serialized in a file. Thanks for your help. marina