MessagePackFormatter.SetMessagePackSerializerOptions Method

Definition

Sets the MessagePack.MessagePackSerializerOptions to use for serialization of user data.

public void SetMessagePackSerializerOptions (MessagePack.MessagePackSerializerOptions options);
member this.SetMessagePackSerializerOptions : MessagePack.MessagePackSerializerOptions -> unit
Public Sub SetMessagePackSerializerOptions (options As MessagePackSerializerOptions)

Parameters

options
MessagePack.MessagePackSerializerOptions

The options to use. Before this call, the options used come from DefaultUserDataSerializationOptions.

Applies to