UInt16Codec 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 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)
- 繼承
-
UInt16Codec
- 屬性
- 實作
建構函式
UInt16Codec() |
的 UInt16串行化程式。 |
方法
明確介面實作
IFieldCodec<UInt16>.ReadValue<TInput>(Reader<TInput>, Field) |
讀取值。 |
IFieldCodec<UInt16>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, UInt16) |
寫入欄位。 |