5
Answers

How to serialize a non-serializable class in .Net


I wanted to store the content of a List into file, for later reload.
But the List contains objects which are non-serializable.
How to achieve this?

Answers (5)