Settings File as Dictionary with Serialization
Posted
by AKRamkumar
on Stack Overflow
See other posts from Stack Overflow
or by AKRamkumar
Published on 2010-05-23T12:14:06Z
Indexed on
2010/05/23
12:20 UTC
Read the original article
Hit count: 221
This is a three part question.
One: Would using a
Dictionary<String,Object>
be a good way of saving data where it would be
Dictionary<Key,Value>
as the basis?
Two: What would be a better way without using app.settings or xml?
Three: How would you serialize this(Or the better solution) into a binary format that is compact and serializes quickly?
© Stack Overflow or respective owner