Skip to content

DefaultTransactionDataCopier<TData> Methods

Copies transaction data using the Orleans serialization system.

DeepCopy(TData)

View source
public TData DeepCopy(TData original)
Creates a deep copy of the specified value.

Parameters

originalTData
The value to copy.

Returns

An independent copy of original.