共用方式為


ObjectIdFormatter.Serialize Method

Definition

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)

Applies to