We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Json serializer not deserializing . Server code Message bytes are sent correctly from client to server . However deserialization never ends .
See that o.getClass() is never executed. I need to set up something with the object that is sent throught network(InputSender)
The text was updated successfully, but these errors were encountered:
Sorry, I can't give assistance or help here as I don't use the serialization myself.
Sorry, something went wrong.
As stated it is a fork of https://github.com/czyzby/gdx-lml/tree/master/websocket and not my invention.
No branches or pull requests
Json serializer not deserializing .
Server code
Message bytes are sent correctly from client to server . However deserialization never ends .
See that o.getClass() is never executed. I need to set up something with the object that is sent throught network(InputSender)
The text was updated successfully, but these errors were encountered: