I have a class which implements Serializable and GWT knows how to send objects over RPC. But I want to GET such an object from a Servlet (in order to allow browser caching). Is there any way to explicitly access GWT's underlying ability to serialize/unserialize my objects (and the same on the server) even if I am sending the object using a Servlet GET rather than RPC?
Thanks! -- 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.
