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)

写入字段。

适用于