MessagePackHubProtocolOptions.SerializerOptions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
によって内部的に使用される を MessagePack.MessagePackSerializerOptions 取得または設定します MessagePack.MessagePackSerializer。
既定値をオーバーライドする場合は、次を呼び出して を にMessagePack.MessagePackSecurity.UntrustedData設定MessagePack.MessagePackSecurityすることを強くお勧めします。
customMessagePackSerializerOptions = customMessagePackSerializerOptions.WithSecurity(MessagePackSecurity.UntrustedData)
既定のオプションを変更する場合は、更新されたオプションも プロパティに SerializerOptions 割り当てる必要があります。 options.SerializerOptions = options.SerializerOptions.WithResolver(new CustomResolver());
public MessagePack.MessagePackSerializerOptions SerializerOptions { get; set; }
member this.SerializerOptions : MessagePack.MessagePackSerializerOptions with get, set
Public Property SerializerOptions As MessagePackSerializerOptions
プロパティ値
MessagePack.MessagePackSerializerOptions