Int32Codec 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 Int32串行化程式。
[Orleans.RegisterSerializer]
public sealed class Int32Codec : Orleans.Serialization.Codecs.IFieldCodec<int>
[<Orleans.RegisterSerializer>]
type Int32Codec = class
interface IFieldCodec<int>
interface IFieldCodec
Public NotInheritable Class Int32Codec
Implements IFieldCodec(Of Integer)
- 繼承
-
Int32Codec
- 屬性
- 實作
建構函式
Int32Codec() |
的 Int32串行化程式。 |
方法
明確介面實作
IFieldCodec<Int32>.ReadValue<TInput>(Reader<TInput>, Field) |
讀取值。 |
IFieldCodec<Int32>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Int32) |
寫入欄位。 |