FSharpValueOptionConverter<TValueOption, TElement> sealed class FSharpValueOptionConverter<TValueOption, TElement> : JsonConverter<TValueOption> where TValueOption : struct, IEquatable<TValueOption> Documentation Code public FSharpValueOptionConverter(JsonConverter<TElement> elementConverter)