Serial version id mismatch issue between server and client class
This question already has an answer here:
Try the following code
private static final long serialVersionUID = 20150901L;
if you don't make it private and static and final it will be ignored.
