CodePlexProject Hosting for Open Source Software
Because of limitation with the Xml Serializer I am not able to serialize classes that contains ICollection<T>.
Since it is very common to have classes with ICollection<T> I would like to dynamically change that type to a List<T> at run time for me to be able to serialize to xml.
I have a post on stackoverflow (http://stackoverflow.com/questions/12432619/how-to-serialize-icollectiont-as-listt-to-xml) about this topic.
I am not sure where to go from here, so far I have been unable to do that conversion at runtime.
Any ideas?
Are you sure you want to delete this post? You will not be able to recover it later.
Are you sure you want to delete this thread? You will not be able to recover it later.