My ArrayList looks like this:
Parent1, Parent2, ..., Parentn
Each Parent has a ChildList
Child1, Child2, ..., Childm
Every Child holds some Strings, int etc.
How do I create a deep copy of it?
My ArrayList looks like this:
Parent1, Parent2, ..., Parentn
Each Parent has a ChildList
Child1, Child2, ..., Childm
Every Child holds some Strings, int etc.
How do I create a deep copy of it?