Header menu logo FSharp.ATProto

KnownValueConverterFactory Type

Factory that intercepts types annotated with [<JsonConverter(typeof<KnownValueConverter<_>>)>] and creates the appropriate KnownValueConverter{T}. Must be registered before JsonFSharpConverter in options to take precedence (System.Text.Json checks Options.Converters before type-level attributes).

Constructors

Constructor Description

KnownValueConverterFactory()

Full Usage: KnownValueConverterFactory()

Returns: KnownValueConverterFactory

Type something to start searching.