Tuesday, April 26, 2011

Re: AutoBean deserialization facing problem with "EntityProxyId stableId()"



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 if your AutoBeans are RequestFactory proxies. You'll obtain such a ProxySerializer with the getSerializer 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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment