On 2012/05/26 23:09:03, tbroyer wrote:
(the use OperationMessage here can already be seen as a "hack", kind of, because all we need is a Map<String,Splittable> for the storage,
and a String for the version; so using another field in some "diverted" way is not really a problem I think)
Oh yuck. Yeah, OperationMessage probably shouldn't be used here. But since we're doing it anyway, that seems fine. 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. https://gwt-code-reviews.appspot.com/1622803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
