NumericsJsonContext Properties

Properties

Default The default JsonSerializerContext associated with a default JsonSerializerOptions instance.
Double Defines the source generated JSON serialization contract metadata for a given type.
GeneratedSerializerOptions The source-generated options associated with this context.
(Overrides JsonSerializerContext.GeneratedSerializerOptions)
Interval Defines the source generated JSON serialization contract metadata for a given type.
OptionsGets the run-time specified options of the context. If no options were passed when instantiating the context, then a new instance is bound and returned.
(Inherited from JsonSerializerContext)

See Also