Re: <strong>PROBLEMS IN EMBEDDING serialVersionUID INTO VECTORS WHILE SERIALIZING THEM..</strong>
Posted By:
Kevin_Riff
Posted On:
Sunday, September 16, 2001 10:18 PM
I think you've misunderstood the purpose of the serialVersionUID. It must be set as a static final field of your class, not as an element of the vector. Besides, it could only be a problem if you tried to read data that had been serialized by an older version of the same class.