Re: Type cannot be serialized only in FireFox in Development Mode.

19 views
Skip to first unread message

Joseph Lust

unread,
Oct 2, 2012, 1:59:22 PM10/2/12
to google-we...@googlegroups.com
JavaLife,

There are several requirements for GWT serializability. Can you confirm that your objects comply with these? 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 and also that other version of FF like 13 have the same issue? Thx.

Sincerely,
Joseph
Reply all
Reply to author
Forward
0 new messages