[]
Gets or sets a value indicates how reference loop is handled.
public bool SkipReferenceLoop { get; set; }
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.