I am new to Java. Can you please let me know how to?
To keep it simple here is an example of the domain object:
public class Class1 {
private List<List<? extends Interface2>> list3;
…
}
Thank you.
On Aug 8, 5:39 pm, Pavel Byles <[email protected]> wrote:
> I don't see why not. As long as T is serializable.
> Have you tried it?
>
> On Sat, Aug 6, 2011 at 5:08 PM, br22 <[email protected]> wrote:
> > It is documented that List<T> or Set<T> are supported, is
> > List<List<T>> supported as well?
> > Thank You.
>
> > --
> > 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.
>
> --
> --
> Pav
--
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.