CoreJsonContext.Object Property

Definition

Defines the source generated JSON serialization contract metadata for a given type.

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<object> Object { get; }
member this.Object : System.Text.Json.Serialization.Metadata.JsonTypeInfo<obj>
Public ReadOnly Property Object As JsonTypeInfo(Of Object)

Property Value

Applies to