-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I found that if an object contains a list (like List), then nothing from it gets copied.
For the sample, I found if the parent has a count of 3 (because i added 3 integers), then the cloned has 0.
Which means that nothing got copied.
If the parent list was List, then what should happen is as follows:
it should loop through the list and add one by one so its a true deep copy.
however, still supporting the safeclone.
Metadata
Metadata
Assignees
Labels
No labels