Class to deep copy an serializable object.
Static Public Member Functions | |
static T | Clone< T > (T source) |
Return a deep copy of the passed object. More... | |
|
static |
Return a deep copy of the passed object.
T | Type of the object. |
source | The object to clone. |