Hi Jens, > If thats the case you might break people who have final fields whose > types are not compatible to GWT-RPC serialization.
If this is happening today, and this fix started serializing EnumSet where before it was not, I would again assert the new behavior is the correct behavior, so the user should enjoy knowing that we've uncovered what was likely an unintended bug/aspect of their code. If the user really intended for EnumSet to not be serialized, then the field should have been static/transient/etc. instead of relying on bugs in GWT-RPC. - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
