JsonOptions.GetSerializer 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 JsonSerializer GetSerializer()

Return Value

JsonSerializer
A JSON.NET serializer.

See Also