In our application we have a steam from Server to Client (Comet) which
we
are using to show dynamic alerts/Server Push.

The stream is successfully working to send any strings.

Now we are looking for the ability to send Objects. So our question
is..

1) How to serialiaze IsSerializable Objects in server side and get it
into
string?
2) How to deserialize them back to Objects in the client side?

Please keep in mind that our requirements is not solved by any RPC
features
offered by GWT. We need server push features.

As of now we are using JSON string in one project for this purpose.
But we
would prefer GWT serialization as it reduces lot of work for us to
convert
from JSON to GWT objects.

Thank you



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to