3. IObjectMapper<T> GetIObjectMapper<T>()

Gets an IObjectMapper for the defined object.

Example:

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