C# Class NSoft.NFramework.InversionOfControl.WindsorInstallers.SerializerInstaller

ISerializer, ISerializer{T}를 Castle.Windsor에 등록하는 컴포넌트 인스톨러
Inheritance: IWindsorInstaller
Mostrar archivo Open project: debop/NFramework

Public Methods

Method Description
Install ( IWindsorContainer container, IConfigurationStore store ) : void

Performs the installation in the T:Castle.Windsor.IWindsorContainer.

Method Details

Install() public method

Performs the installation in the T:Castle.Windsor.IWindsorContainer.
public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer The container.
store IConfigurationStore The configuration store.
return void