Click or drag to resize
IErrorUnitCentralJsonSerializer Property
Sets the json serializer.

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

Property Value

Type: IJsonSerializer
The json serializer.
See Also