I need to create a custom type for NHibernate by writing a new mapper class that implements IUserType. While it is relatively straightforward to override most o
IUserType
You may want to check out this article. It is a good example of how to implement the IUserType interface.