JsonPropertyInfoValues<T>
Provides serialization metadata about a property or field.
A JsonConverter for the property or field, specified by JsonConverterAttribute.
The declaring type of the property or field.
Provides a mechanism to get the property or field's value.
Whether the property was annotated with JsonIncludeAttribute.
Specifies a condition for the member to be ignored.
Whether the property was annotated with JsonExtensionDataAttribute.
If true, indicates that the member is a property, otherwise indicates the member is a field.
Whether the property or field is public.
Whether the property or field is a virtual property.
The name to be used when processing the property or field, specified by JsonPropertyNameAttribute.
If the property or field is a number, specifies how it should processed when serializing and deserializing.
The name of the property or field.
The JsonTypeInfo info for the property or field's type.
Provides a mechanism to set the property or field's value.
public JsonPropertyInfoValues()