MemoryCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Memory. public sealed class MemoryCopier<T> : IDeepCopier, IDeepCopier<Memory<T>>Constructors
MemoryCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.Codecs.MemoryCopierclass.
Methods
DeepCopy(Memory<T>, CopyContext)Creates a deep copy of the provided input.
