JsonObjectInfoValues<T>
Provides serialization metadata about an object type with constructors, properties, and fields.
Provides a mechanism to initialize metadata for a parameterized constructor of the class or struct to be used when deserializing.
Specifies how number properties and fields should be processed when serializing and deserializing.
Provides a mechanism to create an instance of the class or struct when deserializing, using a parameterless constructor.
Provides a mechanism to create an instance of the class or struct when deserializing, using a parameterized constructor.
Provides a mechanism to initialize metadata for properties and fields of the class or struct.
Provides a serialization implementation for instances of the class or struct which assumes options specified by JsonSourceGenerationOptionsAttribute.
public JsonObjectInfoValues()