IDeepCopier
interface
Namespace: Orleans.Serialization.Cloning
Marker type for deep copiers.
public interface IDeepCopierMethods
DeepCopy(object?, CopyContext)Creates a deep copy of the provided untyped input. The type must still match the copier instance!
