Compartir a través de


Int32Codec Clase

Definición

Serializador para Int32.

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

Constructores

Int32Codec()

Serializador para Int32.

Métodos

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

Lee un valor.

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

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

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

Escribe un campo.

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a