website stat

.NET Serialization to XML

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”

Comments are closed.