https://docs.microsoft.com/en-us/dotnet/api/system.text.json.jsonserializeroptions.referencehandler?view=net-6.0
JsonSerializerOptions.ReferenceHandler Property (System.Text.Json) | Microsoft Learn
Gets or sets an object that specifies how object references are handled when reading and writing JSON.
property systemtextjsonmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referencehandler.preserve?view=net-6.0
ReferenceHandler.Preserve Property (System.Text.Json.Serialization) | Microsoft Learn
Gets an object that indicates whether metadata properties are honored when JSON objects and arrays are deserialized into reference types, and written when...
property systemjson serializationpreservetextmicrosoft
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referencehandler.ignorecycles?view=net-10.0
ReferenceHandler.IgnoreCycles Property (System.Text.Json.Serialization) | Microsoft Learn
Gets an object that indicates whether an object is ignored when a reference cycle is detected during serialization.
property systemjson serializationtextmicrosoftlearn
https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.referencehandler.createresolver?view=net-6.0
ReferenceHandler.CreateResolver Method (System.Text.Json.Serialization) | Microsoft Learn
Returns the ReferenceResolver used for each serialization call.
json serializationmethodsystemtextmicrosoft