Table of Contents

Class MessagePackAddressFormatter

Namespace
Fluxzy.Archiving.MessagePack
Assembly
Fluxzy.Core.dll
public class MessagePackAddressFormatter : IMessagePackFormatter<IPAddress>
Inheritance
MessagePackAddressFormatter
Implements
IMessagePackFormatter<IPAddress>
Inherited Members

Methods

Deserialize(ref MessagePackReader, MessagePackSerializerOptions)

public IPAddress Deserialize(ref MessagePackReader reader, MessagePackSerializerOptions options)

Parameters

reader MessagePackReader
options MessagePackSerializerOptions

Returns

IPAddress

Serialize(ref MessagePackWriter, IPAddress, MessagePackSerializerOptions)

public void Serialize(ref MessagePackWriter writer, IPAddress value, MessagePackSerializerOptions options)

Parameters

writer MessagePackWriter
value IPAddress
options MessagePackSerializerOptions