> When using GWT-RPC, it pays to be as specific as possible. The reason is
> that in order to support polymorphism, the GWT-RPC compiler creates a custom
> serializer and deserializer for each subclass of your RPC return and
> argument types. This adds to compile time and the size of your application.
> Object is blacklisted for obvious reasons. I think Serializable is, too, but
> you don't want to do that, anyway, as there are an awful lot of classes that
> implement Serializable.
>

Does it mean a performance overhead during compile time? Does it mean
a performance overhead during runtime time?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.

Reply via email to