Edit

Share via


JsonKnownReferenceHandler Enum

Definition

The ReferenceHandler to be used at run time.

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

Fields

Name Value Description
Unspecified 0

Specifies that circular references should throw exceptions.

Preserve 1

Specifies that the built-in Preserve be used to handle references.

IgnoreCycles 2

Specifies that the built-in IgnoreCycles be used to ignore cyclic references.

Applies to