Partager via


UInt16Codec Classe

Définition

Sérialiseur pour UInt16.

[Orleans.RegisterSerializer]
public sealed class UInt16Codec : Orleans.Serialization.Codecs.IFieldCodec<ushort>
[<Orleans.RegisterSerializer>]
type UInt16Codec = class
    interface IFieldCodec<uint16>
    interface IFieldCodec
Public NotInheritable Class UInt16Codec
Implements IFieldCodec(Of UShort)
Héritage
UInt16Codec
Attributs
Implémente

Constructeurs

UInt16Codec()

Sérialiseur pour UInt16.

Méthodes

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

Lit une valeur.

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

Écrit un champ.

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

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

Implémentations d’interfaces explicites

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

Lit une valeur.

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

Écrit un champ.

S’applique à