JsonSerializerOptions.Converters 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 the list of user-defined converters that were registered.
public:
property System::Collections::Generic::IList<System::Text::Json::Serialization::JsonConverter ^> ^ Converters { System::Collections::Generic::IList<System::Text::Json::Serialization::JsonConverter ^> ^ get(); };
public System.Collections.Generic.IList<System.Text.Json.Serialization.JsonConverter> Converters { get; }
member this.Converters : System.Collections.Generic.IList<System.Text.Json.Serialization.JsonConverter>
Public ReadOnly Property Converters As IList(Of JsonConverter)
Property Value
The list of custom converters.
Remarks
Once serialization or deserialization occurs, the list cannot be modified.
For more information, see How to write custom converters.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.