You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd been thinking about it, but I've been busy at university. If you could implement a PR would be welcome. It does require some more thought because when you clone the child object what should happen to properties and fields of the child if it does not have Cloneable attribute?
The other challenge is that when you call clone method what type should be returned? The base class or the child class? Because the child class inherits the clone method of its parent.
Would be nice if this could handle something like:
The text was updated successfully, but these errors were encountered: