Hi i've some class as below: interface A B implements A implements Serializable with attributes b1 and b2 C extends B implments Serializable
On the serve i do: A a=new C() i set the attributes b1 and b2 and i try to send it to the client. but in the client i riceive a C class that have b1 and b2=null how can i fix this problem? thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
