ReferenceHandler
Defines how the JsonSerializer deals with references on serialization and deserialization.
Gets an object that indicates whether an object is ignored when a reference cycle is detected during serialization.
Gets an object that indicates whether metadata properties are honored when JSON objects and arrays are deserialized into reference types, and written when reference types are serialized. This is necessary to create round-trippable JSON from objects that contain cycles or duplicate references.
protected ReferenceHandler()
Initializes a new instance of the ReferenceHandler class.
Returns the ReferenceResolver used for each serialization call.