Cloneable
Cloneable copied to clipboard
Generated code copies references
If you want to copy an object with nested objects the generated code would to something like this:
... MyObjectProperty = this.MyObjectProperty
This would only copy the reference of the source object.