Also make sure your inner class is a static inner class, otherwise it will try to serialize the containing object too.
Jeff On Tue, May 17, 2011 at 7:58 PM, Brandon Donnelson <[email protected]> wrote: > Stephen is correct. You won't be able to use some classes since they don't > know how to translate into javascript. What I do is setup a class for data > transport, to go between GAE and GWT front end. > Brandon Donnelson > http://gwt-examples.googlecode.com > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
