This library represents a helper for loading and saving settings files either as JSON or as XML.
$ dotnet add package Plexdata.Settings.SerializationThe Plexdata Settings Serialization represents an alternative to the standard settings serialization mechanism.
Main feature of this library is that users are able to define the path as well as the extension of their settings file.
As extension to the standard settings handling, this library allows to put the settings into the directory of the executable. This is very interesting for so called Portable Apps, which usually manage all their data within one and the same directory.
Another feature of this library is the possibility to control the format of the settings file. At the moment, reading and writing of settings files in JSON format as well as in XML format is supported. Other formats like for example old-school INI files may follow in a later version.
Current target framework of this library is the .NET Standard v2.0.
The software has been published under the terms of MIT License.
The latest release can be obtained from https://github.com/akesseler/Plexdata.Settings.Serialization/releases/latest.
The main branch can be downloaded as ZIP from https://github.com/akesseler/Plexdata.Settings.Serialization/archive/master.zip.
The documentation with an overview, an introduction as well as examples is available under https://akesseler.github.io/Plexdata.Settings.Serialization.
The full API documentation is available as Wiki and can be read under https://github.com/akesseler/Plexdata.Settings.Serialization/wiki.