| Author |
Query about serialVersionUID
|
Nikhil Sun
Ranch Hand
Joined: Nov 13, 2005
Posts: 108
|
|
|
Just a basic query.When a serialVersionUID is defined in a Java class, is there any convention that is followed to arrive at the number that will be defined as the UID or is any random Long number assigned?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Not that I am aware of. Personally, in the past if my IDE does not generate one for me I just set it to 1L.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Query about serialVersionUID
|
|
|