ObjectIdFormatter.Deserialize Method

Definition

MessagePack.Formatters.IMessagePackFormatter`1.Deserialize(MessagePack.MessagePackReader@,MessagePack.MessagePackSerializerOptions)
public Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId Deserialize (ref MessagePack.MessagePackReader reader, MessagePack.MessagePackSerializerOptions options);
abstract member Deserialize : MessagePackReader * MessagePack.MessagePackSerializerOptions -> Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId
override this.Deserialize : MessagePackReader * MessagePack.MessagePackSerializerOptions -> Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId
Public Function Deserialize (ByRef reader As MessagePackReader, options As MessagePackSerializerOptions) As ObjectId

Parameters

reader
MessagePack.MessagePackReader
options
MessagePack.MessagePackSerializerOptions

Returns

Implements

MessagePack.Formatters.IMessagePackFormatter`1.Deserialize(MessagePack.MessagePackReader@,MessagePack.MessagePackSerializerOptions)

Applies to