Compartilhar via


IPEndPointCodec Classe

Definição

Serializador para 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)
Herança
IPEndPointCodec
Atributos
Implementações

Construtores

IPEndPointCodec()

Serializador para IPEndPoint.

Métodos

ReadValue<TInput>(Reader<TInput>, Field)

Lê um valor.

WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, IPEndPoint)

Grava um campo sem informações de tipo (o tipo esperado é estaticamente conhecido).

Implantações explícitas de interface

IFieldCodec<IPEndPoint>.ReadValue<TInput>(Reader<TInput>, Field)

Lê um valor.

IFieldCodec<IPEndPoint>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, IPEndPoint)

Grava um campo.

Aplica-se a