JsonTypeInfo.Kind Property
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 value that describes the kind of contract metadata that the current instance specifies.
public:
property System::Text::Json::Serialization::Metadata::JsonTypeInfoKind Kind { System::Text::Json::Serialization::Metadata::JsonTypeInfoKind get(); };
public System.Text.Json.Serialization.Metadata.JsonTypeInfoKind Kind { get; }
member this.Kind : System.Text.Json.Serialization.Metadata.JsonTypeInfoKind
Public ReadOnly Property Kind As JsonTypeInfoKind
The value of Kind determines what aspects of the JSON contract are configurable. For example, it is only possible to configure the Properties list for metadata of kind Object.
The value of Kind is determined exclusively by the JsonConverter resolved for the current type, and cannot be changed once resolution has happened. User-defined custom converters (specified either via JsonConverterAttribute or Converters) are metadata-agnostic and thus always resolve to None.
Product | Versions |
---|---|
.NET | 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: