Szerkesztés

Megosztás a következőn keresztül:


IPEndPointCodec Class

Definition

Serializer for 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)
Inheritance
IPEndPointCodec
Attributes
Implements

Constructors

IPEndPointCodec()

Methods

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

Reads a value.

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

Writes a field without type info (expected type is statically known).

Explicit Interface Implementations

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

Reads a value.

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

Writes a field.

Applies to