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