Compartir a través de


MessagePackHubProtocolOptions.SerializerOptions Propiedad

Definición

Obtiene o establece el MessagePack.MessagePackSerializerOptions objeto utilizado internamente por .MessagePack.MessagePackSerializer

Si invalida el valor predeterminado, se recomienda encarecidamente establecer en MessagePack.MessagePackSecurityMessagePack.MessagePackSecurity.UntrustedData mediante una llamada a:

customMessagePackSerializerOptions = customMessagePackSerializerOptions.WithSecurity(MessagePackSecurity.UntrustedData) Si modifica las opciones predeterminadas, también debe volver a asignar las opciones actualizadas a la SerializerOptions propiedad : 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

Valor de propiedad

MessagePack.MessagePackSerializerOptions

Se aplica a