ObjectIdFormatter.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.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)