ObjectIdFormatter.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.ObjectId value, MessagePack.MessagePackSerializerOptions options);
abstract member Serialize : MessagePackWriter * Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId * MessagePack.MessagePackSerializerOptions -> unit
override this.Serialize : MessagePackWriter * Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId * MessagePack.MessagePackSerializerOptions -> unit
Public Sub Serialize (ByRef writer As MessagePackWriter, value As ObjectId, options As MessagePackSerializerOptions)
Parameters
- writer
- MessagePack.MessagePackWriter
- value
- ObjectId
- options
- MessagePack.MessagePackSerializerOptions
Implements
MessagePack.Formatters.IMessagePackFormatter`1.Serialize(MessagePack.MessagePackWriter@,`0,MessagePack.MessagePackSerializerOptions)