Compartir a través de


UInt32Codec Clase

Definición

Serialzier para UInt32.

[Orleans.RegisterSerializer]
public sealed class UInt32Codec : Orleans.Serialization.Codecs.IFieldCodec<uint>
[<Orleans.RegisterSerializer>]
type UInt32Codec = class
    interface IFieldCodec<uint32>
    interface IFieldCodec
Public NotInheritable Class UInt32Codec
Implements IFieldCodec(Of UInteger)
Herencia
UInt32Codec
Atributos
Implementaciones

Constructores

UInt32Codec()

Serialzier para UInt32.

Métodos

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

Lee un valor.

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

Escribe un campo.

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

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

Implementaciones de interfaz explícitas

IFieldCodec<UInt32>.ReadValue<TInput>(Reader<TInput>, Field)

Lee un valor.

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

Escribe un campo.

Se aplica a