C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonSetting Class / SkipReferenceLoop Property

In This Topic
SkipReferenceLoop Property
In This Topic
Gets or sets a value indicates how reference loop is handled.
Syntax
'Declaration
 
Public Property SkipReferenceLoop As Boolean
 
Remarks
The object may has reference loop (e.g. a class referencing itself). The default is true which means does not serialize the member if it cause a reference loop.
See Also