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