I have been using GWT RPC calls until now and it was really helpful. But 
now i wanted to split the Servlet part and Client Part of the GWT. Since 
GWT RPC is serializing the request and response data, i need to change them 
to XML/JSON in order to split the GWT code as client & Servlet part or if i 
could gain access to Serialization logic, i could simply add some code to 
use 'RequestBuilder' and then explicitly serialize/deserialize in client & 
servlet side. Marc Hacker already requested for the explicit access to the 
serialization logic, but he wasn't answered. Can anyone let me know how to 
access the serialize/deserialize classes in GWT.


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to