You should used List<IsSerializable> instead of List<Object>.
Regards, Dmitry 2009/3/17 Tercio <[email protected]>: > > Hi! > > In my module I need to call a RPC service and this service need to > return an array of values with various types. > > I tried to use List<Object> and fill with Integer, Boolean, String and > so on, but Object is not serializable. > > How to accomplish that? > > Regards., > > Tercio > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
