<PackageReference Include="Castle.Windsor" Version="2.5.4" />

DefaultProxyFactory

This implementation of IProxyFactory relies on DynamicProxy to expose proxy capabilities.

Constructs a DefaultProxyFactory

protected Type[] CollectInterfaces(Type[] interfaces, ComponentModel model)

protected virtual void CustomizeOptions(ProxyGenerationOptions options, IKernel kernel, ComponentModel model, object[] arguments)

protected virtual void CustomizeProxy(object proxy, ProxyGenerationOptions options, IKernel kernel, ComponentModel model)

public void OnDeserialization(object sender)