Hi,
I am experimenting with the real time messaging system.
I can transfer strings nicely, but I would like to send over objects.
What kind of serialization / deserialization is in place here? What kind of data can I send through, and how can I restore them on the client side?
(According to my tests, anything I send is converted to a JavaScriptObject, and with JSOHelper.convertToJava(), I can covert them to LinkedHashMap - but not to the original java class type.)
Thank you for explaining this.
Csillag
I am experimenting with the real time messaging system.
I can transfer strings nicely, but I would like to send over objects.
What kind of serialization / deserialization is in place here? What kind of data can I send through, and how can I restore them on the client side?
(According to my tests, anything I send is converted to a JavaScriptObject, and with JSOHelper.convertToJava(), I can covert them to LinkedHashMap - but not to the original java class type.)
Thank you for explaining this.
Csillag
Comment