That's interesting, because Longs are supposed to be serialized as strings not JSON numbers, I'll have to check the server code. Would you mind posting the Request interface method definition? Does the class referenced by @Service actually return a Long/long?
-Ray On Thu, Aug 19, 2010 at 2:00 PM, Pascal Patry <[email protected]> wrote: > On Thursday, August 19, 2010 16:36:36 Ray Cromwell wrote: > > Could you use the Chrome Inspector to post the JSON payload that came > back? > > Sure, the response that fails on the client side is: > {"result":3,"related":{}} > > The request here was a RequestObject<Long> and I do expect 3 to be the > response of this request. > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
