ObjectVersionFormatter.Deserialize 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.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)