Compartir a través de


ByteArrayCodec Clase

Definición

Serializador para Byte matrices.

[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())
Herencia
ByteArrayCodec
Atributos
Implementaciones

Constructores

ByteArrayCodec()

Serializador para Byte matrices.

Métodos

ReadValue<TInput>(Reader<TInput>, Field)

Lee un valor.

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Byte[])

Escribe un campo sin información de tipo (se conoce estáticamente el tipo esperado).

Implementaciones de interfaz explícitas

IFieldCodec<Byte[]>.ReadValue<TInput>(Reader<TInput>, Field)

Lee un valor.

IFieldCodec<Byte[]>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Byte[])

Escribe un campo.

Se aplica a