Click or drag to resize

JsonSerializationAddDataConverters Method

Adds support to the JSON conversion of data types in the Novacta.Analytics namespace.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static void AddDataConverters(
	JsonSerializerOptions options
)

Parameters

options
Type: System.Text.JsonJsonSerializerOptions
Options to control the conversion behavior.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions is null.
Remarks

This method provides support for the JSON conversion of types DoubleMatrix, ReadOnlyDoubleMatrix, Category, CategoricalVariable, CategoricalEntailment, and CategoricalDataSet.

See Also