Have a .net class that I want to persist/retrieve to/from Oracle 11g database using NHibernate. Contains an array of objects that NHibernate insists must be the interface type IDictionary, ISet, or IList. I also need to serialize the class to XML using XmlSerializer, however, XmlSerializer cannot serialize members of type IList (for example) "because it is an interface". Anyone have a solution to this problem?
Asked
Active
Viewed 1,050 times
0
-
duplicate: http://stackoverflow.com/questions/1958684/nhibernate-how-do-i-xmlserialize-an-isett – Mauricio Scheffer Jan 14 '10 at 20:36