IDeepCopier<T>
interface
Namespace: Orleans.Serialization.Cloning
Provides functionality for creating clones of objects of type
T. public interface IDeepCopier<T> : IDeepCopierMethods
DeepCopy(T, CopyContext)Creates a deep copy of the provided input.
