Disable serialVersionUID warning in eclipse
To disable serialVersionUID field warning in eclipse:
The serializable xxx does not declare a static final serialVersionUID field of type long
go to Window / Preferences and open the Java / Compiler / "Errors/Warnings" tab, and open "Potential programming problems", then change the value of "Serializable class without serialVersionUID" to Ignore
source: stackoverflow














