If I feed the Castor marshaller an object of type List<SomeClass> is there a 
way for it to output the resulting XML as:

<SomeClassSet>
        <SomeClass>
                ...
        </SomeClass>
.
.
.
        <SomeClass>
                ...
        </SomeClass>
</SomeClassSet>

instead of:

<array-list>
        <SomeClass>
                ...
        </SomeClass>
.
.
.
</array-list>

Essentially overriding the default mapping element name (array-list) with an 
arbitrary name.

Thanks,

Craig.

--
Craig Tataryn
site: http://www.basementcoders.com/
podcast: http://www.basementcoders.com/?feed=podcast
itunes: http://itunes.apple.com/podcast/the-basement-coders
irc: ThaDon on freenode #basementcoders, ##wicket, #papernapkin
twitter: craiger

Reply via email to