Condividi tramite


IPEndPointCodec Classe

Definizione

Serializzatore per 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)
Ereditarietà
IPEndPointCodec
Attributi
Implementazioni

Costruttori

IPEndPointCodec()

Serializzatore per IPEndPoint.

Metodi

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

Legge un valore.

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

Scrive un campo senza informazioni sul tipo (il tipo previsto è noto in modo statico).

Implementazioni dell'interfaccia esplicita

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

Legge un valore.

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

Scrive un campo.

Si applica a