Deserializer.Serialize 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.Serialize(MessagePack.MessagePackWriter@,`0,MessagePack.MessagePackSerializerOptions)
public void Serialize (ref MessagePack.MessagePackWriter writer, object value, MessagePack.MessagePackSerializerOptions options);
abstract member Serialize : MessagePackWriter * obj * MessagePack.MessagePackSerializerOptions -> unit
override this.Serialize : MessagePackWriter * obj * MessagePack.MessagePackSerializerOptions -> unit
Public Sub Serialize (ByRef writer As MessagePackWriter, value As Object, options As MessagePackSerializerOptions)
Parameters
- writer
- MessagePack.MessagePackWriter
- value
- Object
- options
- MessagePack.MessagePackSerializerOptions
Implements
MessagePack.Formatters.IMessagePackFormatter`1.Serialize(MessagePack.MessagePackWriter@,`0,MessagePack.MessagePackSerializerOptions)
Remarks
This method is not supported.