Partager via


UInt32Codec Classe

Définition

Serialzier pour UInt32.

[Orleans.RegisterSerializer]
public sealed class UInt32Codec : Orleans.Serialization.Codecs.IFieldCodec<uint>
[<Orleans.RegisterSerializer>]
type UInt32Codec = class
    interface IFieldCodec<uint32>
    interface IFieldCodec
Public NotInheritable Class UInt32Codec
Implements IFieldCodec(Of UInteger)
Héritage
UInt32Codec
Attributs
Implémente

Constructeurs

UInt32Codec()

Serialzier pour UInt32.

Méthodes

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

Lit une valeur.

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

Écrit un champ.

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

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

Implémentations d’interfaces explicites

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

Lit une valeur.

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

Écrit un champ.

S’applique à