NHibernate/SqlServer: persist a generic ‘serializable’ object to an XML field

Recently we had the problem of persisting some sort of extended data attached to a business object with the schema and the data of these extended information that can vary over time (usually with an additive strategy). Since we do not need to d...