ObjectVersionFormatter.Serialize Method
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.
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
- value
- ObjectVersion
- options
- MessagePack.MessagePackSerializerOptions
Implements
MessagePack.Formatters.IMessagePackFormatter`1.Serialize(MessagePack.MessagePackWriter@,`0,MessagePack.MessagePackSerializerOptions)