Its not an issue of advantage, existing server returns List<List<T>>. Is there a way to handle it with List<T> ? Thank You.
On Aug 8, 9:48 am, mohit ranjan <[email protected]> wrote: > Out of this topic > > Curious to know, what's advantage of using List<List<T>> over List<T> when > doing any client/server interaction ? > > - Mohit > > On Mon, Aug 8, 2011 at 6:33 PM, br22 <[email protected]> wrote: > > Is it supported? If not, are there planes to support in in the future? > > Thank you for your help. > > > On Aug 6, 6: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. -- 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.
