Greetings, all, I would like to get rid of the serialVersionUid warning in Eclipse, I guess by actually supplying the field in serializable classes. :-)
Eclipse provides two "quick fix" approaches: either supply a 'default' value (i.e. 1L), or else compute the 'real' one by hashing over the class. Does anyone have advice on which approach we should take? If you've supplied this field in your own classes, which option did you use and why? Thanks, Philip
