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
Thanks, Archie, that's what I thought. I'll look into those helper classes! Thanks again! Carl Furst From: Archie Cobbs arc...@dellroad.org Reply-To: JiBX users jibx-users@lists.sourceforge.net Date: Monday, July 22, 2013 12:52 PM To: JiBX users jibx-users@lists.sourceforge.net Subject: