Your GWT code must know about MyInterfaceImpl and its serializer, otherwise 
GWT does not know how to deserialize the data when you send MyInterfaceImpl 
from the server to the client.

When you use an interface with GWT-RPC then GWT will search for all 
implementations of that interface and only the implementations found can be 
sent between server and client.

-- J.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to