The more generic your remote interface, the more code the GWT compiler generates to try and handle all the possible values you may pass through it.
Having a method that can take something of type Serializable would, I believe, make the GWT compiler generate code for all possible types, since you can't get any more generic than that. -Ben On Mar 28, 3:58 pm, SergeZ <[email protected]> wrote: > What it means ? Is it bad or not ? I see nothing bad or just nothing > that takes my attention to that ! Can you explain your point about > serialization policy in more details ? What did you mean ? > > On 28 мар, 22:56, ciosbel <[email protected]> wrote: > > > > > > > > > Remember that gwt will create a serialization policy for all serializable > > types at compile 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.
