-
-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
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
haxe.Serializer and haxe.Unserializer #8480
Comments
It's hard to say what's happening without a reproducible example. Based on the serialisation format, your string (fragment?) seems to have some exceptions in it - the |
Thanks for your answer ! |
Here the problem was an exception trying to get a property on null on server side... |
This must be something wrong in your serialization code. As @Aurel300 says, there's nothing the deserializer can do with the information available to it. I'm gonna have to close this unless you manage to provide some code which suggests this to be a Haxe problem. |
Hej Simn, I've found the error, it comes form hx3compat, remoting, HttpConnection.hx : HaxeFoundation/hx3compat#12 |
Hej !
I often use haxe.Serializer and Unserializer with remoting and I sometimes get "Class not found " (without the class name) and it occurs when on server side there are mistakes but why does it send "hxrxcy0:g" please ?
Could it be some other informations or at least not the "Class not found" without any classname because it's confusing ?
The text was updated successfully, but these errors were encountered: