On Thursday, August 19, 2010 23:50:44 Ray Cromwell wrote:
> 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?
Sure, here it is:
RequestObject<Long> countUsers(final String userSession);
And its current handler:
public static Long countUsers(final String userSession) {
return 3L;
}
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors