I'm perfectly OK for using 1L in the subclasses if it makes sense to everyone else.
On Fri, Jun 15, 2012 at 4:57 AM, Durchholz, Joachim <[email protected]> wrote: > Also, if a class does not have any serializable fields, it can simply have a > fixed serialVersionUID that never changes, say, 1L (that's the common way to > say "this class does not have anything serializable", or "this class will > never change", or "I'm taking responsibility for manually bumping up the > servialVersionUID whenever a serialization-relevant change happens").
