Compartir a través de


Int128Codec Clase

Definición

Serializador para Int128.

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

Constructores

Int128Codec()

Serializador para Int128.

Métodos

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

Lee un valor.

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

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

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a