Click or drag to resize
ErrorUnitCentralserializerSettings Property
Gets or sets the serializer settings.

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public JsonSerializerSettings serializerSettings { get; set; }

Property Value

Type: JsonSerializerSettings
The serializer settings.

Implements

IJsonSerializerserializerSettings
See Also