On Tuesday, April 26, 2011 5:42:11 PM UTC+2, Andy wrote:
>
> Hi, 
>
> I am trying to serialize and deserialize to and from json using 
> AutoBean as per the link 
> http://code.google.com/p/google-web-toolkit/wiki/AutoBean 
>
> I have the following classes 
> ---------------------------------------------------------------------------------------------
>  
>
> @ProxyFor(User.class) 
> public interface UserProxy extends EntityProxy { 
>
>
I'm not sure but I think you should use 
ProxySerializer<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/requestfactory/shared/ProxySerializer.html>if
 your AutoBeans are RequestFactory proxies. You'll obtain such a 
ProxySerializer with the 
getSerializer<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/requestfactory/shared/RequestFactory.html#getSerializer(com.google.gwt.requestfactory.shared.ProxyStore)>method
 of RequestFactory.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to