Interface ITypeConfiguration<T>
A root-level component that represents a strongly-typed type configuration. A type configuration is used to customize and configure a type in a container, which is then further utilized when it creates a serializer. These customizations are then used when an instance of the type configuration is serialized or deserialized by the serializer.
Inherited Members
System.Collections.Generic.IEnumerable<ExtendedXmlSerializer.Configuration.ITypeConfiguration>.GetEnumerator()
Namespace: ExtendedXmlSerializer.Configuration
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface ITypeConfiguration<T> : ITypeConfiguration, IConfigurationContainer, IEnumerable<ITypeConfiguration>, ITypeConfigurationContext, IContext, ISource<TypeInfo>, IMemberConfigurations, IParameterizedSource<MemberInfo, IMemberConfiguration>, IEnumerable<IMemberConfiguration>, IEnumerable
Type Parameters
T
The type under configuration. |