|
@ -79,7 +79,7 @@ public static class ObjectMapperExtensions |
|
|
protected override void SetValue(object source, object target, PropertyInfo sp, PropertyInfo tp) |
|
|
protected override void SetValue(object source, object target, PropertyInfo sp, PropertyInfo tp) |
|
|
{ |
|
|
{ |
|
|
if (sp.PropertyType != typeof(string) && |
|
|
if (sp.PropertyType != typeof(string) && |
|
|
sp.PropertyType != typeof(string) && |
|
|
tp.PropertyType != typeof(string) && |
|
|
sp.PropertyType.IsAssignableTo(typeof(IList)) && |
|
|
sp.PropertyType.IsAssignableTo(typeof(IList)) && |
|
|
tp.PropertyType.IsAssignableTo(typeof(IList))) |
|
|
tp.PropertyType.IsAssignableTo(typeof(IList))) |
|
|
{ |
|
|
{ |
|
|