How to register a custom ObjectMapper with AutoMapper

Posted by Dinesh Manne on Stack Overflow See other posts from Stack Overflow or by Dinesh Manne
Published on 2010-03-15T17:31:54Z Indexed on 2010/03/16 12:56 UTC
Read the original article Hit count: 260

Filed under:
|

I am planning to create my Own Custom Object Mapper for a type using AutoMapper's IObjectMapper interface, but i don't see any place where we can register the implemented mapper with AutoMapper. Could anyone tell me how to register it.

© Stack Overflow or respective owner

Related posts about automapper

Related posts about c#