DefaultJsonTypeInfoResolver.Modifiers 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 a list of user-defined callbacks that can be used to modify the initial contract.
public:
property System::Collections::Generic::IList<Action<System::Text::Json::Serialization::Metadata::JsonTypeInfo ^> ^> ^ Modifiers { System::Collections::Generic::IList<Action<System::Text::Json::Serialization::Metadata::JsonTypeInfo ^> ^> ^ get(); };
public System.Collections.Generic.IList<Action<System.Text.Json.Serialization.Metadata.JsonTypeInfo>> Modifiers { get; }
member this.Modifiers : System.Collections.Generic.IList<Action<System.Text.Json.Serialization.Metadata.JsonTypeInfo>>
Public ReadOnly Property Modifiers As IList(Of Action(Of JsonTypeInfo))
Property Value
Remarks
The modifier list will be rendered immutable after the first GetTypeInfo(Type, JsonSerializerOptions) invocation.
Modifier callbacks are called consecutively in the order in which they're specified in the list.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.