Compartir a través de


ByteCodec Clase

Definición

Serializador para Byte.

[Orleans.RegisterSerializer]
public sealed class ByteCodec : Orleans.Serialization.Codecs.IFieldCodec<byte>
[<Orleans.RegisterSerializer>]
type ByteCodec = class
    interface IFieldCodec<byte>
    interface IFieldCodec
Public NotInheritable Class ByteCodec
Implements IFieldCodec(Of Byte)
Herencia
ByteCodec
Atributos
Implementaciones

Constructores

ByteCodec()

Serializador para Byte.

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).

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Byte, Type)

Escribe un campo.

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