
21 Apr
2006
21 Apr
'06
8 p.m.
We do use serialization for this currently to XML values, but not all the values in our config files are available via the UI because under normal circumstances, they don't need to be tweaked, but we still need access to them at some point.
Therefore if the config file is human read-able, these can be tweaked without need for extra UI.
We currently use XML archives with serialization for this, but because of class/type ids etc and other info serialization squirts out, this files can easily be screwed up.
Write SimpleXML Archive and submit it to include in serialization lib. It looks like there is a market for something like that. Gennadiy