Delegate DeepCopier
Deep copier function.
Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public delegate object DeepCopier(object original, ICopyContext context);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | original | Original object to be deep copied. |
| ICopyContext | context | The serialization context. |
Returns
| Type | Description |
|---|---|
| System.Object | Deep copy of the original object. |