ValueTupleCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.ValueTuple. public sealed class ValueTupleCopier<T> : IDeepCopier, IDeepCopier<ValueTuple<T>>, IOptionalDeepCopierConstructors
ValueTupleCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.Codecs.ValueTupleCopierclass.
Methods
DeepCopy(ValueTuple<T>, CopyContext)Creates a deep copy of the provided input.IsShallowCopyableReturns true if the type is shallow-copyable.
