Numerics Json Context 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. |
Generated |
The source-generated options associated with this context.
(Overrides JsonSerializerContext.GeneratedSerializerOptions) |
Interval | Defines the source generated JSON serialization contract metadata for a given type. |
Options | Gets 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) |