JsonOptions.ConfigureJsonSerializer Method

Configures a JSON.NET serializer to comply with the options in 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 void ConfigureJsonSerializer(
	JsonSerializer serializer
)

Parameters

serializer  JsonSerializer
The serializer to configure.

See Also