System.Text.Json.Serialization.Converters.FSharpValueOptionConverter<TValueOption, TElement> sealed class FSharpValueOptionConverter<TValueOption, TElement> : JsonConverter<TValueOption> where TValueOption : struct, IEquatable<TValueOption> Documentation Code namespace System.Text.Json.Serialization.Converters { }