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