java.lang.ClassCastException:无法将java.io.ObjectStreamClass强制转换为[MyClass]
I am currently implementing a search functionlity where a string the user has entered is sent to the server which looks through the database and sends all the users whose username matches the given string back to the client. For transfering I use a custom ...