OptionJsonConverterFactory Class
Definition
- Namespace
- Tyne
- Assembly
- Tyne.Core.dll
Supports converting Option<T>s to/from JSON using a factory pattern.
public sealed class OptionJsonConverterFactory : JsonConverterFactory
- Inheritance
-
OptionJsonConverterFactory
Methods
| CanConvert(Type) | Determines whether the |
| CreateConverter(Type, JsonSerializerOptions) | Creates a JsonConverter for the provided |
See Also
Option<T>