i found 2 issues 2552 , and 2557, which were identified at version
1.5  , i believe they found their way back .

Shay

On Aug 14, 1:18 am, shay <[email protected]> wrote:
> Hi ,
>
> I am experiencing some issues with serialization of simple strings.
>
> I created classes A, B and C . where B inherits A , and C inherits B.
>
> A and B are abstract.
>
> myRPCcall is simple it takes and returns a class of type A.
>
> fields in all 3 classes are strings.
>
> all 3 classes are defined as public , and all their fields are
> public.
>
> B and C implement IsSerializable .
>
> the first issue that i see is that only fields  that are defined in
> class C get serialized to the server, and the same happens on the
> return trip.all the fields from A and B have null values.
>
> the second issue is that when i add the interface IsSerializable to
> class A , i get an
> com.google.gwt.user.client.rpc.SerializationException
>
> Any advice?
>
> Thanks,Shay
--~--~---------~--~----~------------~-------~--~----~
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