Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Reflection » Tips and Tricks   (RSS)
Sorry, but there are no more tags available to filter with.

Deserializing OR'ed flags without the XmlSerializer

Most applications need to save state from time to time. On the full .NET Framework, this is quite easy, just use the XmlSerializer to serialize your state object. On the .NET Compact Framework, there is no public XmlSerializer (at least, not for version
 
Page view tracker