On 2012/05/29 22:07:38, skybrian wrote:
Actually, are we working on dead code? Where is serialize/deserialize
of a
DefaultProxyStore used? I'm looking for the code that calls encode()
and I can't
seem to find it. I traced back usages of ProxyStore to RequestFactory.getSerializer() but can't find any usages of this
method.
This is "public API": http://code.google.com/p/google-web-toolkit/issues/detail?id=5523 The idea of DefaultProxyStore (I think) is that you could inline some proxies in your host page and load them onModuleLoad; similar to http://jectbd.com/?p=1174 for GWT-RPC. ProxyStore also serves as a foundation for client-caching: http://code.google.com/p/google-web-toolkit/issues/detail?id=5650 and usage with WebStorage (localStorage/sessionStorage): http://code.google.com/p/google-web-toolkit/issues/detail?id=6847 https://gwt-code-reviews.appspot.com/1622803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
