Re: [jibx-users] Maps

2013-07-22 Thread Archie Cobbs
You can't use put as an add method because the add method must take only one argument. But the larger issue is that JiBX doesn't support Maps out of the box. FYI I wrote a helper class to facilitate solving this problem... see

Re: [jibx-users] Maps

2013-07-22 Thread Furst, Carl
: Re: [jibx-users] Maps You can't use put as an add method because the add method must take only one argument. But the larger issue is that JiBX doesn't support Maps out of the box. FYI I wrote a helper class to facilitate solving this problem... see MapEntry.java http://dellroad