The blog has moved to a new address. The blog is now located at http://devintelligence.com

Adsense

Friday, August 11, 2006

How are my strongly typed properties serialized as settings?


There are two primary mechanisms that ApplicationSettingsBase uses to serialize settings:



  1. If a TypeConverter exists that can convert to and from string, it is used.

  2. Otherwise, the XmlSerializer is used.

No comments: