ISpecializableCopier
interface
Namespace: Orleans.Serialization.Cloning
Provides functionality for creating
IDeepCopier instances which support a given type. public interface ISpecializableCopierMethods
GetSpecializedCopier(Type)Gets anIDeepCopierimplementation which supports the specified type.IsSupportedType(Type)Returns a value indicating whether the provided type is supported by this implementation.
