JavaLife, There are several requirements for GWT serializability. Can you confirm that your objects comply with these<https://developers.google.com/web-toolkit/doc/1.6/DevGuideServerCommunication#DevGuideSerializableTypes>? Due to being transformed to JS on the client and type erasure on the server side, it is possible that the error is not caught in Prod mode because it manages to serialize/deserialize despite not meeting the rules (not something you'd want to depend on), but in DevMode the same issue is caught because the type checking is possible.
Can you confirm it meets to requirements<https://developers.google.com/web-toolkit/doc/1.6/DevGuideServerCommunication#DevGuideSerializableTypes>and also that other version of FF like 13 have the same issue? Thx. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/fWNb8cA9rsMJ. 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.
