private static final long serialVersionUID = 1L; (Only 1L other than the other numbers)
SUID is not declared for a class (Of courese, implements Serializable)
I think Both of them seem to make the serialVersionUID value automatically. Isn't it?
I wonder what the difference is.
Help would be highly appreciated.