MessagePackFormatter.SetMessagePackSerializerOptions 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.
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.