ObjectVersionFormatter.Serialize Method

Definition

MessagePack.Formatters.IMessagePackFormatter`1.Serialize(MessagePack.MessagePackWriter@,`0,MessagePack.MessagePackSerializerOptions)
public void Serialize (ref MessagePack.MessagePackWriter writer, Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion value, MessagePack.MessagePackSerializerOptions options);
abstract member Serialize : MessagePackWriter * Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion * MessagePack.MessagePackSerializerOptions -> unit
override this.Serialize : MessagePackWriter * Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion * MessagePack.MessagePackSerializerOptions -> unit
Public Sub Serialize (ByRef writer As MessagePackWriter, value As ObjectVersion, options As MessagePackSerializerOptions)

Parameters

writer
MessagePack.MessagePackWriter
options
MessagePack.MessagePackSerializerOptions

Implements

MessagePack.Formatters.IMessagePackFormatter`1.Serialize(MessagePack.MessagePackWriter@,`0,MessagePack.MessagePackSerializerOptions)

Applies to