NullableCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Nullable. public sealed class NullableCopier<T> : IDeepCopier, IDeepCopier<T?>, IOptionalDeepCopier where T : structConstructors
NullableCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.Codecs.NullableCopierclass.
Methods
DeepCopy(T?, CopyContext)Creates a deep copy of the provided input.IsShallowCopyableReturns true if the type is shallow-copyable.
