Or do I have to start using a mapping file if I want this sort of Marshalling/Unmarshalling to work? Up to this point I've just used Introspection instead of a mapping file as I have relatively simple objects to marshal. Now I want to have a Map <String, Map<String, CustomObject>> marshalled through Castor. I've tried to implement this with introspection but when I unmarshal I run into problems as it's complaining about not being able to cast from MapItem to java.util.Map. I would much prefer to continue using introspection as deploying a mapping file would really be a pain for me.
Any help would be greatly appreciated! Thanks in advance. -- View this message in context: http://www.nabble.com/Is-a-Map-in-a-Map-%28nested-Map%29-possible-with-Introspection--tp21592701p21592701.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

