ObjectCopier Class
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.
Copier for Object.
[Orleans.RegisterCopier]
public sealed class ObjectCopier : Orleans.Serialization.Cloning.IDeepCopier<object>
[<Orleans.RegisterCopier>]
type ObjectCopier = class
interface IDeepCopier<obj>
interface IDeepCopier
Public NotInheritable Class ObjectCopier
Implements IDeepCopier(Of Object)
- Inheritance
-
ObjectCopier
- Attributes
- Implements
Constructors
ObjectCopier() |
Methods
DeepCopy(Object, CopyContext) |
Creates a deep copy of the provided input. |
Explicit Interface Implementations
IDeepCopier.DeepCopy(Object, CopyContext) | |
IDeepCopier<Object>.DeepCopy(Object, CopyContext) |