Re: [json-lib-user] Bug in toBean() for non-DynaBeans
Brought to you by:
aalmiray
From: Frederick P. <fpo...@po...> - 2006-09-07 18:49:47
|
No problem! The fix looks great, and prompt too. ;-) If only I could round-trip polymorphic object graphs from JSON, but alas this is a much more complicated problem! Fred -----Original Message----- From: Andres Almiray [mailto:aal...@ya...] Sent: Wednesday, September 06, 2006 2:24 PM To: Frederick Polgardy Subject: Re: [json-lib-user] Bug in toBean() for non-DynaBeans Hi Frederick, you are right, it is a bug. There shouldn't be an specific cast to Map in line 396. I'll add it to the bug database and get it fixed. Thanks for spotting it =] Cheers. |