Hi !
I have some nhibernate-mapped classes which contain some rather complex objects. This objects have no references to other db-objects. They simply contain data. So I mapped them as normal Properties.
All this data-classes have the attribute "Serializable" attached, so NHiberate is able to store them to the db. This is done using the Binary Serializer of .Net. My Question is now: Can I get NHibernate to use the XmlSerializer instead of the Binary one when storing this objects to db ??
Thanks,
Thomas
|