Take a look at this, http://code.google.com/p/google-web-toolkit/issues/detail?id=7213
May be someone can try out and confirm. My comment came from my previous experience in earlier version. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Paul Robinson Sent: Wednesday, April 18, 2012 6:31 PM To: [email protected] Subject: Re: GWT - DTO On 18/04/12 10:44, Roy Yeung wrote: > One of my experience in DTO: > > "Attribute in parent class would not be serialized in GWT-RPC" > > A extends B { > String label > } > > B{ > String name: > } > > If A is a DTO, the attribute name would not be serialized object > object instaniated from class A. > > > Please correct me if i am wrong. You are wrong. This ought to work the way you'd expect, and if it doesn't it's because of something else. For example, final fields are not serialized. Paul -- 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. -- 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.
