Hi!
Can I somehow tell NHibernate to map my one-to-many relationship to a property which is of type List instead of the interface IList?
I know that NHibernate uses its own IList-implementation for lazy loading, but I don't need this feature. Instead I need a class that is serializable, which I cannot accomplish by using the IList interface instead of the concrete List-class.
Best Regards
Oliver Hanappi