.NET Serialization to XML
- Published October 22nd, 2006 in Tips & Tricks, Software Eng.
Note to self: despite the fact of a lot of people claiming that ArrayLists can be serialized to XML (and they can) the problem shows up when you try the deserialization. Even if you have a public set property for the ArrayList, nothing will happen. Just use an array instead and you’ll be fine.




No Responses to “.NET Serialization to XML”