You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Eckenfellner Klaus <ec...@gmail.com> on 2007/09/04 10:38:37 UTC

Betwixt: list in list - write ok / but read failed

hi everybody!

classes:
	Class A: contains a List<Class B>
	Class B: contains a List<Class C>
	Class C: simple POJO

when i write Class A i get a very nice and correct xml. but when i try
to read the xml the Class A list contains nothing.

what can i do?

please consider attachment to see my code i use.

using betwixt 0.8

thx