Compartir a través de


Int64Codec Clase

Definición

Serializador para Int64.

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

Constructores

Int64Codec()

Serializador para Int64.

Métodos

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

Lee un valor.

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

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

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

Escribe un campo.

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a