Is there a character that Java serialization doesn't use? -
I am trying to serialize the object from the server through the socket, and I use I would like to be able to send the command code with the object I want to send to the network package, so that the client knows what to do with the object, when he gets the problem is that every time I split the string message Chooses a character say, then I will sooner or later the air with the included serial object that character. I have tried "+", "*", "& amp;", "@" and many other characters and they work for a while, but eventually they are about to be used in the object.
The only thing that works for me so far is using a character sequence like "| | | | | | | " Hopefully this will be one billion in the temporary form if it rotates in the serial object, but it will probably be with my luck.
Any thoughts?
>
Comments
Post a Comment