Partager via


UInt128Codec Classe

Définition

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

Constructeurs

UInt128Codec()

Sérialiseur pour UInt128.

Méthodes

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

Lit une valeur.

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

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

Implémentations d’interfaces explicites

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

Lit une valeur.

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

Écrit un champ.

S’applique à