JsonOptions.GetSerializerSettings Method

Returns a JSON.NET serializer that matches the current JSON options object.

Definition

Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.0
C#
public JsonSerializerSettings GetSerializerSettings()

Return Value

JsonSerializerSettings
A JSON.NET serializer.

See Also