Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Text.​Json.​Serialization.​Metadata.​JsonTypeInfoKind
Assembly: System.Text.Json
Describes the kind of contract metadata a <see cref="T:System.Text.Json.Serialization.Metadata.JsonTypeInfo" /> specifies.
Values
None
Type is either a simple value or uses a custom converter.
Object
Type is serialized as an object with properties.
Enumerable
Type is serialized as a collection with elements.
Dictionary
Type is serialized as a dictionary with key/value pair entries.