RuleSerializer Class |
Namespace: NRules.Json
public static class RuleSerializer
Name | Description | |
---|---|---|
![]() ![]() | GetConverters |
Creates custom JSON converters that can be used with JsonSerializerOptions and
JsonSerializer to serialize IRuleDefinition objects to JSON
and deserialize JSON into IRuleDefinition objects.
|
![]() ![]() | GetConverters(ITypeResolver) |
Creates custom JSON converters that can be used with JsonSerializerOptions and
JsonSerializer to serialize IRuleDefinition objects to JSON
and deserialize JSON into IRuleDefinition objects.
|
![]() ![]() | Setup(JsonSerializerOptions) |
Configures JsonSerializerOptions, so that it can be used with the
JsonSerializer to serialize IRuleDefinition objects to JSON
and deserialize JSON into IRuleDefinition objects.
|
![]() ![]() | Setup(JsonSerializerOptions, ITypeResolver) |
Configures JsonSerializerOptions, so that it can be used with the
JsonSerializer to serialize IRuleDefinition objects to JSON
and deserialize JSON into IRuleDefinition objects.
|