IPEndPointCodec Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |