> Does having the flag really make it that much more complicated? It would not seem like it, but yes. :-)
Specifically passing the context down through the layers to the right spot to say "do I serialize final fields?" took a bit--one of the first patches that went by used a static field to avoid a lot of method signatures, but it assumed only one GWT module/setting running at a time. It was also complicated by having to play nicely with the current "warn on finalize field" flag. Both of these are trivial in the big scheme of GWT-RPC, but every little simplification helps. - 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.
