PooledBufferCopier
class
Namespace: Orleans.Serialization.Codecs
Copier for
PooledBuffer instances, which are assumed to be immutable. public sealed class PooledBufferCopier : IDeepCopier, IDeepCopier<PooledBuffer>, IOptionalDeepCopierConstructors
Methods
DeepCopy(PooledBuffer, CopyContext)Creates a deep copy of the provided input.IsShallowCopyableReturns true if the type is shallow-copyable.
