You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to ignore reference cycles on serialization (#46101)
* Add option to ignore reference cycles on serialization
* Fix whitespace
* Combine IsValueType check on WriteCoreAsObject
* Add missing null-forgiving operator
* Fix perf regression by using ReferenceHandlerStrategy field in JsonSerializerOptions
* Address suggestions
* Rename API to IgnoreCycles
* Add missing letter to test class name
* Fix CI issue with nullable annotation
Copy file name to clipboardExpand all lines: src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/DictionaryDefaultConverter.cs
Copy file name to clipboardExpand all lines: src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Collection/IEnumerableDefaultConverter.cs
Copy file name to clipboardExpand all lines: src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectDefaultConverter.cs
Copy file name to clipboardExpand all lines: src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.HandlePropertyName.cs
0 commit comments