I would like to return a class which encapsulates an ArrayList. The
ArrayList actually has all the data I need.
Can this be done?
Umm, sure. If you want more control over the return element names etc. you
might want to consider making up an XSD for that data and generating the
class for that. There is an excellent XSD to Object generator at
www.gotdotnet.com

Signature
Girish Bharadwaj
http://msmvps.com/gbvb
> I would like to return a class which encapsulates an ArrayList. The
> ArrayList actually has all the data I need.
>
> Can this be done?
Jeff Dillon - 23 Sep 2004 16:48 GMT
I'm not imediately seeing this generator at the address you gave. Could you
be more specific?
thx
Jeff
> Umm, sure. If you want more control over the return element names etc. you
> might want to consider making up an XSD for that data and generating the
[quoted text clipped - 5 lines]
> >
> > Can this be done?
Girish Bharadwaj - 23 Sep 2004 22:23 GMT
http://apps.gotdotnet.com/xmltools/xsdobjgen/

Signature
Girish Bharadwaj
http://msmvps.com/gbvb
> I'm not imediately seeing this generator at the address you gave. Could you
> be more specific?
[quoted text clipped - 12 lines]
> > >
> > > Can this be done?