ObjectVersionFormatter 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 ObjectVersion.
public sealed class ObjectVersionFormatter : MessagePack.Formatters.IMessagePackFormatter<Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion>
type ObjectVersionFormatter = class
interface IMessagePackFormatter<ObjectVersion>
interface IMessagePackFormatter
Public NotInheritable Class ObjectVersionFormatter
Implements IMessagePackFormatter(Of ObjectVersion)
- Inheritance
-
ObjectVersionFormatter
- Implements
-
MessagePack.Formatters.IMessagePackFormatter MessagePack.Formatters.IMessagePackFormatter<ObjectVersion>
Constructors
ObjectVersionFormatter() |
Methods
Deserialize(MessagePackReader, MessagePackSerializerOptions) | MessagePack.Formatters.IMessagePackFormatter`1.Deserialize(MessagePack.MessagePackReader@,MessagePack.MessagePackSerializerOptions) |
Read(MessagePackReader) |
Reads the ObjectVersion from a MessagePack reader. |
Serialize(MessagePackWriter, ObjectVersion, MessagePackSerializerOptions) | MessagePack.Formatters.IMessagePackFormatter`1.Serialize(MessagePack.MessagePackWriter@,`0,MessagePack.MessagePackSerializerOptions) |
Write(MessagePackWriter, ObjectVersion) |
Writes |