Partager via


UInt64Codec Classe

Définition

Sérialiseur pour 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)
Héritage
UInt64Codec
Attributs
Implémente

Constructeurs

UInt64Codec()

Sérialiseur pour Int64.

Méthodes

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

Lit une valeur.

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

Écrit un champ.

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

Écrit un champ sans informations de type (le type attendu est statiquement connu).

Implémentations d’interfaces explicites

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

Lit une valeur.

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

Écrit un champ.

S’applique à