Make use of a serializable white list...
This will logically bring your custom class to the client package

refer: http://osdir.com/ml/Google-Web-Toolkit/2009-11/msg01367.html

Regards,
Upendra Jariya.

On Jan 4, 7:57 pm, "K.WA" <chd...@gmail.com> wrote:
> Hi,
>
> For some reasons, I have to create a class (IntList) that wraps a list
> of Integers. (see below). I have made a simple test to send an
> instance of this class in a simple RPC method
>
>         @Override
>         public void dummy(IntList l)
>         {
>                 System.out.println("l="+l.toString());
>
>         }

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to