boraldomaster wrote:
> I have a service (class that extends RemoteServiceServlet).
> I have overriden method onBeforeRequestDeserialized there.
> 
> This method recieves serializedRequest as a string.
> How can I deserialize it ?
> 
> > 
> 

I'm assuming you actually need to deserialize the string by hand. If this is 
the 
case, take a look at the com.google.gwt.user.server.rpc.RPC class.

Generally you shouldn't need to deserialize by hand, the RemoteServiceServlet 
will do it for you. So I'll assume you're logging the data for debugging, or 
some such ;)

Hope this helps!

--~--~---------~--~----~------------~-------~--~----~
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