SyntaxFix
Write A Post
Hire A Developer
Questions
You can't expect ObjectInputStream to automagically convert text into objects. The hexadecimal 54657374 is "Test" as text. You must be sending it directly as bytes.
ObjectInputStream
54657374
"Test"