Deserializer.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.
public object? Deserialize (ref MessagePack.MessagePackReader reader, MessagePack.MessagePackSerializerOptions options);
abstract member Deserialize : MessagePackReader * MessagePack.MessagePackSerializerOptions -> obj
override this.Deserialize : MessagePackReader * MessagePack.MessagePackSerializerOptions -> obj
Public Function Deserialize (ByRef reader As MessagePackReader, options As MessagePackSerializerOptions) As Object
Parameters
- reader
- MessagePack.MessagePackReader
- options
- MessagePack.MessagePackSerializerOptions
Returns
Implements
MessagePack.Formatters.IMessagePackFormatter`1.Deserialize(MessagePack.MessagePackReader@,MessagePack.MessagePackSerializerOptions)