Click or drag to resize
ErrorUnitCentralJsonSerializer Property
Gets or sets the json serializer.

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public IJsonSerializer JsonSerializer { set; }

Property Value

Type: IJsonSerializer
The json serializer.
See Also