Anyone else faced this issue?
I've just downloaded the 2.6.1 version and recompiled all my project, and now I get serialization errors for my Enum types.
Example enum causing failure:
public enum TIPO_NOTFIS {
REGISTRO_317_TRANSP,
REGISTRO_000_TRANSP
}
Do I need to implement Serializable for Enum types? This wasn't needed with 2.4.0... as it was working fine until now.
Please advise.
Edson
-- I've just downloaded the 2.6.1 version and recompiled all my project, and now I get serialization errors for my Enum types.
Example enum causing failure:
public enum TIPO_NOTFIS {
REGISTRO_317_TRANSP,
REGISTRO_000_TRANSP
}
Do I need to implement Serializable for Enum types? This wasn't needed with 2.4.0... as it was working fine until now.
Please advise.
Edson
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/d/optout.
No comments:
Post a Comment