PooledBufferCopier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for PooledBuffer instances, which are assumed to be immutable.
[Orleans.RegisterCopier]
public sealed class PooledBufferCopier : Orleans.Serialization.Cloning.IDeepCopier<Orleans.Serialization.Buffers.PooledBuffer>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type PooledBufferCopier = class
interface IDeepCopier<PooledBuffer>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class PooledBufferCopier
Implements IDeepCopier(Of PooledBuffer), IOptionalDeepCopier
- Inheritance
-
PooledBufferCopier
- Attributes
- Implements
Constructors
PooledBufferCopier() |
Methods
DeepCopy(PooledBuffer, CopyContext) | |
IsShallowCopyable() |