MessagePackFormatter.DefaultUserDataSerializationOptions Property

Definition

Gets the default MessagePack.MessagePackSerializerOptions used for user data (arguments, return values and errors) in RPC calls prior to any call to SetMessagePackSerializerOptions(MessagePackSerializerOptions).

public static MessagePack.MessagePackSerializerOptions DefaultUserDataSerializationOptions { get; }
member this.DefaultUserDataSerializationOptions : MessagePack.MessagePackSerializerOptions
Public Shared ReadOnly Property DefaultUserDataSerializationOptions As MessagePackSerializerOptions

Property Value

MessagePack.MessagePackSerializerOptions

This is MessagePack.Resolvers.StandardResolverAllowPrivate.Options modified to use the MessagePack.MessagePackSecurity.UntrustedData security setting.

Applies to