Any object that is sent/received  via RPC has to adhere to 
the serialization policy:
https://developers.google.com/web-toolkit/doc/1.6/DevGuideServerCommunication#DevGuideSerializableTypes

So, Subtype has to be Serializable. On ther other hand, if you only want to 
get Subtype, then just declare that in your service and forget about the 
Type if you never going to receive it.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to