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