Im looking for a simple solution to serialize and store objects containing configuration, application state and data. Its a simple application, its not a lot of data. Speed is not a problem. I want him to be in the process. I want this to be easier in a text editor than in xml.
I cannot find any document database for .net that can process it in the process. Just serialization in xml I'm not sure what I want to do, because ... xml. Serialization for JSON seems very specific to JavaScript, and I will not use this data in javascript.
I find that there are very neat ways to do this, but atm im tends to use JSON, despite its JavaScript tendency.
source
share