Edit

Share via


ByteArrayCodec Class

Definition

Serializer for Byte arrays.

[Orleans.RegisterSerializer]
public sealed class ByteArrayCodec : Orleans.Serialization.Codecs.IFieldCodec<byte[]>
[<Orleans.RegisterSerializer>]
type ByteArrayCodec = class
    interface IFieldCodec<byte[]>
    interface IFieldCodec
Public NotInheritable Class ByteArrayCodec
Implements IFieldCodec(Of Byte())
Inheritance
ByteArrayCodec
Attributes
Implements

Applies to