My first guess would be that your client and server classes do not match in some nuances of serialization format, i.e. that you have different class files on your client and server and the server is writing more or less than the other expects to read.
↧