ByteArrayCopier 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 Byte arrays.
[Orleans.RegisterCopier]
public sealed class ByteArrayCopier : Orleans.Serialization.Cloning.IDeepCopier<byte[]>
[<Orleans.RegisterCopier>]
type ByteArrayCopier = class
interface IDeepCopier<byte[]>
interface IDeepCopier
Public NotInheritable Class ByteArrayCopier
Implements IDeepCopier(Of Byte())
- Inheritance
-
ByteArrayCopier
- Attributes
- Implements
Constructors
ByteArrayCopier() |
Methods
DeepCopy(Byte[], CopyContext) |
Creates a deep copy of the provided input. |
Explicit Interface Implementations
IDeepCopier<Byte[]>.DeepCopy(Byte[], CopyContext) |
Creates a deep copy of the provided input. |