Index > ExpressionPowerTools.Serialization > ExpressionPowerTools.Serialization.Signatures > IConfigurationBuilder
Configuration builder for SerializationState .
public interface IConfigurationBuilderDerived ConfigurationBuilder
| Method | Description |
|---|---|
| IConfigurationBuilder CompressExpressionTree(Boolean compressExpressionTree) | Sets the flag to indicate whether expression trees should be partially evaluated so that local variable references aren't serialized. |
| IConfigurationBuilder CompressTypes(Boolean compressTypes) | Sets the flag to indicate whether types should be compressed. |
| SerializationState Configure() | Takes the configuration and returns the serialization state. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |