0
由於某些原因使用此配置自定義轉換器的Conver函數在使用EmitMapper示例中的FlatteringConfig時不會調用。它被稱爲,當使用DefaultMapConfig時。發送映射器與自定義轉換器Fla媚
配置:
var userMapper = ObjectMapperManager.DefaultInstance.GetMapper<User, UserModel>(
new FlatteringConfig().ConvertGeneric(typeof(IList<>), typeof(IList<>),
new DefaultCustomConverterProvider(typeof(EntityListToModelListConverter<,>))));
的潛在原因,任何想法?
解決方案
看我的回答如下
請將解決方案作爲答案並接受它 – onof 2012-07-02 09:11:03