JsonCodec.IDeepCopier.DeepCopy(Object, CopyContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a deep copy of the provided untyped input. The type must still match the copier instance!
object IDeepCopier.DeepCopy (object input, Orleans.Serialization.Cloning.CopyContext context);
abstract member Orleans.Serialization.Cloning.IDeepCopier.DeepCopy : obj * Orleans.Serialization.Cloning.CopyContext -> obj
override this.Orleans.Serialization.Cloning.IDeepCopier.DeepCopy : obj * Orleans.Serialization.Cloning.CopyContext -> obj
Function DeepCopy (input As Object, context As CopyContext) As Object Implements IDeepCopier.DeepCopy
Parameters
- input
- Object
- context
- CopyContext