Click or drag to resize
SerializationUtilsDeepCopyT Method
Makes a deep copy of the specified object by serializing and deserializing the specified object.

Namespace: Slash.Serialization.Utils
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public static T DeepCopy<T>(
	T obj
)

Parameters

obj
Type: T
Object to copy.

Type Parameters

T
Type to copy.

Return Value

Type: T
A deep copy of the specified object.
See Also