NumericsJsonContext Constructor

Definition

Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.1.0

Overload List

NumericsJsonContext()Initializes a new instance of the Object class.
NumericsJsonContext(JsonSerializerOptions)Creates an instance of JsonSerializerContext and binds it with the indicated JsonSerializerOptions.

NumericsJsonContext

Initializes a new instance of the Object class.
C#
public NumericsJsonContext()

NumericsJsonContext(JsonSerializerOptions)

Creates an instance of JsonSerializerContext and binds it with the indicated JsonSerializerOptions.
C#
public NumericsJsonContext(
	JsonSerializerOptions options
)

Parameters

options  JsonSerializerOptions
The run time provided options for the context instance.

See Also