Friday, November 22, 2013

Re: GWT Serialization Broken?

You must refresh/reload your server if you change serializable classes. GWT generates a file called <hash>.rpc and this file changes whenever you modify a serializable class. Your server must have the up-to-date version of that file. 

Your both example classes look fine. It's just a deployment issue.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment