Possible Duplicate:
Does it matter what I choose for serialVersionUID when extending Serializable classes in Java?
Why generate long serialVersionUID instead of a simple 1L?
Are there any best practices or common naming schemes associated with setting the serialVersionUID
?
I feel that most people start from 0
and increment from there. I personally started using the date (e.g. 09052011
) because I felt that it was more descriptive.