Compartir a través de


IPEndPointCodec Clase

Definición

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)
Herencia
IPEndPointCodec
Atributos
Implementaciones

Constructores

IPEndPointCodec()

Serializador para IPEndPoint.

Métodos

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

Lee un valor.

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

Escribe un campo sin información de tipo (se conoce estáticamente el tipo esperado).

Implementaciones de interfaz explícitas

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

Lee un valor.

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

Escribe un campo.

Se aplica a