Projects with this topic
Sort by:
-
-
Immutably clone (copy) objects and override their properties. Works for readonly classes and properties as well.
Updated -
This repository provides a reflection-based cloner which copies over anything it can find while also considering the original object references (eg. two child-objects having the same reference to the parent object). No class-attributes required.
Updated -