|
Hi there,
I want to Unmarshall complex Java object (VOs and TOs) which has common parameters as well as ArrayLists which in turn has ArrayLists of data. I think the unmarshalling is not working for such hierarchy of data.
Is there any way to unmarshal this type of complex objects??? I want to unmarshal such objects so that I can compare them in JUnit Test cases.
Regards.
|