ErrorUnitCentralJsonSerializer Property |
Gets or sets the json serializer.
Namespace: ErrorUnitAssembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax public IJsonSerializer JsonSerializer { set; }
Property Value
Type:
IJsonSerializer
The json serializer.
See Also