Final fields are not serialized. Just remove the word "final".

Eugen Paraschiv wrote:
> public class A<T extends B> implements IsSerializable {
>       private final List<T> items;
>
> What currently happens is this: I send a object of type A and the
> object is sent OK, but on the other side, the 'items' collection is
> empty.
>   

--~--~---------~--~----~------------~-------~--~----~
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