Do you have a no-arg constructor? That's a requirement for GWT serialization (although it can be private)
Flapjack wrote: > I have several classes that are not being compiled and added to the > serialization policies whitelist, however by examining the logs I > don't see any information which specifically indicates why it cannot > be compiled. Additionally, I have classes that extend a class which > are compiled and added to the whitelist, but the superclass is not > compiled or added to the whitelist... should this not be considered a > bug? If a classes superclass cannot be serialized how can the sub- > type work? > > Is there any particular setting that will let me know why a class is > failing to be compiled? > > Thanks. > David > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
