On Fri, 2005-09-16 at 11:07 +0200, Holger Haag wrote: > robert burrell donkin wrote: > >On Wed, 2005-09-14 at 23:23 +0200, Holger Haag wrote:
> Hello Robert, > > > thank you very much for the information and your time. I actually have > the same problems with maps and lists, so maybe the map example was not > the best choice. > > The problem remains pretty much the same: > > I am trying to serialize and deserialize a List (generic ArrayList<>) > using betwixt (version 0.6). Serialization (Converting the bean to XML) > works fine but deserialization does not. The map is always empty. To > isolate the problems I have created a unit test which should succeed but > ... fails. i suspect that the problem with the arrays is different from that with the maps. the java 5 templates are probably not recognised by the betwixt introspection code. i try to find time to add this functionality but it might be a day or two. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
