4. IObjectMapper<T> GetIObjectMapper<T>(string alias)

Note

This option only applies for Xml mappings.

Gets an IObjectMapper for the defined object.

Example:

IObjectMapper<Product> mapper = Elementary.GetIObjectMapper<Product>("DiscontinuedProduct");