Interface ISerializerExtension
The heart and soul of the extension model. This performs any registrations during serializer activation and once the serializer is created, performs any necessary post-processing with its ICommand<T> implementation.
Inherited Members
Namespace: ExtendedXmlSerializer.ExtensionModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface ISerializerExtension : IAlteration<IServiceRepository>, IParameterizedSource<IServiceRepository, IServiceRepository>, ICommand<IServices>