共用方式為


IPEndPointCodec 類別

定義

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)

寫入欄位。

適用於