MessagePackHubProtocolOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class MessagePackHubProtocolOptions
public class MessagePackHubProtocolOptions
type MessagePackHubProtocolOptions = class
Public Class MessagePackHubProtocolOptions
- 继承
-
MessagePackHubProtocolOptions
构造函数
MessagePackHubProtocolOptions() |
属性
FormatterResolvers | |
SerializationContext | |
SerializerOptions |
获取或设置 MessagePack.MessagePackSerializerOptions 内部使用的 MessagePack.MessagePackSerializer。 如果替代默认值,我们强烈建议MessagePack.MessagePackSecurity通过调用:MessagePack.MessagePackSecurity.UntrustedData customMessagePackSerializerOptions = customMessagePackSerializerOptions.WithSecurity(MessagePackSecurity.UntrustedData) 如果修改默认选项,还必须将更新的选项分配回 属性 SerializerOptions : options.SerializerOptions = options.SerializerOptions.WithResolver(new CustomResolver());
|