On Wed, Feb 16, 2011 at 9:21 AM, <[email protected]> wrote: > I must have missed something, or is it mostly about changing > serialization of proxies? (which I didn't find in the patch)
The concepts embedded in JSON-RPC match those expressed by RequestFactory. This is an attempt to make RequestFactory useful as a consumer of existing JSON-RPC services, not to displace any of the existing functionality. > return > DateTimeFormat.getFormat(PredefinedFormat.ISO_8601).parseStrict(value)); Thanks. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
