MrStahlfelge / gdx-websockets

libGDX websockets implementation
Apache License 2.0
26 stars 6 forks source link

Serializer not working #3

Open dDevTech opened 3 years ago

dDevTech commented 3 years ago

Json serializer not deserializing . Server code image image image 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)

MrStahlfelge commented 3 years ago

Sorry, I can't give assistance or help here as I don't use the serialization myself.

dDevTech commented 3 years ago

But is your library. Please do you know if deserialization works?

El El sáb, 3 abr 2021 a las 18:42, Benjamin Schulte < @.***> escribió:

Sorry, I can't give assistance or help here as I don't use the serialization myself.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MrStahlfelge/gdx-websockets/issues/3#issuecomment-812891192, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENHXSIRC5D53ULQVFKEZL3TG5ANPANCNFSM42KMUF3Q .

MrStahlfelge commented 3 years ago

As stated it is a fork of https://github.com/czyzby/gdx-lml/tree/master/websocket and not my invention.