JsonOptions.GetSerializer Method

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

Definition

Namespace: Extreme.Data.Json
Assembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.1
C#
public JsonSerializer GetSerializer()

Return Value

JsonSerializer
A JSON.NET serializer.

See Also