5
Answers

How to serialize a non-serializable class in .Net

Photo of Jean Paul

Jean Paul

14y
22.5k
1

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)

Next Recommended Forum