Dameon may be right, but you can try adding
private static final long serialVersionUID = 1L;
to certain classes. My compiler is always bugging me with warnings that I should add this line, so try it and see if it does the trick (Apparently the number you supply, 1 in this case, is the version your code is at). Tell me if this works... I have no idea if it will.