RE: [jibx-users] Support for Map using collection

2004-05-14 Thread Norm Deane
: Wednesday, May 12, 2004 2:19 PM To: [EMAIL PROTECTED] Cc: 'Chet Rogers'; 'Brian Murray' Subject: Re: [jibx-users] Support for Map using collection Norm Deane wrote: ItemDetail Extrinsic name=ExtName1Ext text 1/Extrinsic Extrinsic name=ExtName2Ext text 2/Extrinsic

Re: [jibx-users] Support for Map using collection

2004-05-14 Thread Dennis Sosnoski
You should be able to just use a custom marshaller/unmarshaller for the Map itself. That won't use your get/set methods for the individual items, but I don't see any reason why you'd want to. The custom marshaller/unmarshaller documented at