Share via


ObjectIdFormatter Class

Definition

MessagePack formatter for ObjectId.

public sealed class ObjectIdFormatter : MessagePack.Formatters.IMessagePackFormatter<Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId>
type ObjectIdFormatter = class
    interface IMessagePackFormatter<ObjectId>
    interface IMessagePackFormatter
Public NotInheritable Class ObjectIdFormatter
Implements IMessagePackFormatter(Of ObjectId)
Inheritance
ObjectIdFormatter
Implements
MessagePack.Formatters.IMessagePackFormatter MessagePack.Formatters.IMessagePackFormatter<ObjectId>

Constructors

ObjectIdFormatter()

Methods

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

Read the ObjectId from a MessagePack reader.

Serialize(MessagePackWriter, ObjectId, MessagePackSerializerOptions) MessagePack.Formatters.IMessagePackFormatter`1.Serialize(MessagePack.MessagePackWriter@,`0,MessagePack.MessagePackSerializerOptions)
Write(MessagePackWriter, ObjectId)

Writes value to a MessagePack writer.

Applies to