ShallowCopier<T>
class
Namespace: Orleans.Serialization.Cloning
Base type for deep copiers of types that are actually shallow-copyable.
public class ShallowCopier<T> : IDeepCopier, IDeepCopier<T>, IOptionalDeepCopierConstructors
Methods
DeepCopy(T, CopyContext)Returns the input value.DeepCopy(object?, CopyContext)Returns the input value.IsShallowCopyableReturns true if the type is shallow-copyable.
