ObjectIdFormatter Class
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 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 |