次の方法で共有


MessagePackHubProtocolOptions.SerializerOptions プロパティ

定義

によって内部的に使用される を 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

適用対象