Compartir a través de


UInt128Codec Clase

Definición

Serializador para UInt128.

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

Constructores

UInt128Codec()

Serializador para UInt128.

Métodos

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

Lee un valor.

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

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

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a