Hi, Are there any working utilities/code out there that can help me with a deep object copy?
I have an Object that is about 4-5 levels deep and some of the elements are ArrayCollections of CustomObjects that have nested Objects. Basically it's quite complex! :-) My understanding is that ObjectUtils.copy(sourceObject) -> destinationObject doesn't work properly. Thanks, Nick

