Share via


ObjectVersionFormatter.Deserialize Method

Definition

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

Parameters

reader
MessagePack.MessagePackReader
options
MessagePack.MessagePackSerializerOptions

Returns

Implements

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

Applies to