Mehrdad Eslamipoor

Results 2 comments of Mehrdad Eslamipoor

you can also ignore mapping that property and use AfterMapping to overcome this problem. `TypeAdapterConfig.NewConfig().Ignore(dest => dest.InterfaceProp).AfterMapping((src, dest) => dest.InterfaceProp, src => new ValueData { Value = src.DataProp });`