Index > ExpressionPowerTools.Serialization > ExpressionPowerTools.Serialization.Signatures > ISerializationRule
Represents a rule to allow or disallow a serialization.
public interface ISerializationRuleDerived SerializationRule
The default for all methods is to not allow. The default configuration adds a set of rules for basic query functionality including Enumerable and Queryable . An allow allows the full hierarchy of types. A disallow prohibits the full hierarchy. These can then be overridden.
| Property | Type | Description |
|---|---|---|
Allow |
Boolean | Gets a value indicating whether the rule is an allow. |
TargetKey |
String | Gets the unique key for the rule. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |