Utils_XmlGetObjectCopyT Method |
Gets a copy of an object using serialization/deserialization.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static T GetObjectCopy<T>(
T obj
)
Parameters
- obj
- Type: T
The object copy.
Type Parameters
- T
Return Value
Type:
TA copy of the object.
See Also