MessagePackFormatter.DefaultUserDataSerializationOptions Property
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.
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.