A few months back I serialized a java.io.Serializable object into a file. Now I need to read the contents, but since then the serialVersionUID has changed, and now I\'m get
Why not modify the serialVersionUID in your current version instead as described in the Serialization documentation?