Hi,
I need to make a deep clone of a given object that contains other objects and lists of other objects. Is there an easy way or a standard way to do this in B4A?
The only one I found was to manually implement a clone operation in each class of the involved objects and call them recursively.
Thanks,
Thomas
I need to make a deep clone of a given object that contains other objects and lists of other objects. Is there an easy way or a standard way to do this in B4A?
The only one I found was to manually implement a clone operation in each class of the involved objects and call them recursively.
Thanks,
Thomas