Compartir a través de


UInt64Codec Clase

Definición

Serializador para Int64.

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

Constructores

UInt64Codec()

Serializador para Int64.

Métodos

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

Lee un valor.

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

Escribe un campo.

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

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

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a