संपादित करें

इसके माध्यम से साझा किया गया


JsonObjectCreationHandling Enum

Definition

Determines how deserialization will handle object creation for fields or properties.

public enum class JsonObjectCreationHandling
public enum JsonObjectCreationHandling
type JsonObjectCreationHandling = 
Public Enum JsonObjectCreationHandling
Inheritance
JsonObjectCreationHandling

Fields

Populate 1

Attempt to populate any instances already found on a deserialized field or property.

Replace 0

A new instance will always be created when deserializing a field or property.

Applies to