Numerics Json Context Constructor
Definition
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0
Overload List
Numerics | Initializes a new instance of the Object class. |
Numerics | Creates an instance of JsonSerializerContext and binds it with the indicated JsonSerializerOptions. |
NumericsJsonContext
Initializes a new instance of the Object class.
public NumericsJsonContext()
NumericsJsonContext(JsonSerializerOptions)
Creates an instance of JsonSerializerContext and binds it with the indicated JsonSerializerOptions.
public NumericsJsonContext(
JsonSerializerOptions options
)
Parameters
- options JsonSerializerOptions
- The run time provided options for the context instance.