{"id":20393707,"url":"https://github.com/luanroger/serializedconfiguration","last_synced_at":"2026-04-15T14:06:10.905Z","repository":{"id":110441473,"uuid":"395427305","full_name":"LuanRoger/SerializedConfiguration","owner":"LuanRoger","description":"⚙️ Create, manage and save settings in .yaml or .json.","archived":false,"fork":false,"pushed_at":"2022-05-07T11:59:37.000Z","size":48,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T10:55:58.539Z","etag":null,"topics":["c-sharp","configuration","dotnet","json","nuget","serialization","settings","yaml"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/SerializedConfig","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LuanRoger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-12T19:44:52.000Z","updated_at":"2023-04-23T11:55:58.000Z","dependencies_parsed_at":"2023-04-21T10:46:25.881Z","dependency_job_id":null,"html_url":"https://github.com/LuanRoger/SerializedConfiguration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuanRoger%2FSerializedConfiguration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuanRoger%2FSerializedConfiguration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuanRoger%2FSerializedConfiguration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuanRoger%2FSerializedConfiguration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuanRoger","download_url":"https://codeload.github.com/LuanRoger/SerializedConfiguration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945223,"owners_count":20046858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","configuration","dotnet","json","nuget","serialization","settings","yaml"],"created_at":"2024-11-15T03:49:44.834Z","updated_at":"2025-12-02T14:05:12.446Z","avatar_url":"https://github.com/LuanRoger.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SerializedConfiguration\n### Create, manage and save settings in .yaml or .json.\n\n![](https://img.shields.io/nuget/dt/SerializedConfig)\n![](https://img.shields.io/nuget/v/SerializedConfig)\n\n## Dependencies\n- .NET 5\n- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json) (\u003e= 13.0.1)\n- [YamlDotNet](https://www.nuget.org/packages/YamlDotNet) (\u003e= 11.2.1)\n\n## Installation\n### PM\n```powershell\nInstall-Package SerializedConfig\n```\n### .NET CLI\n```powershell\ndotnet add package SerializedConfig\n```\nSee also in [NuGet Gallery](https://www.nuget.org/packages/SerializedConfig)\n\n## Simple example:\n```csharp\n[ConfigSection]\npublic class ConfigurationModel : IConfigurationModel\n{\n    public Person person { get; set; }\n    public Person anotherPerson { get; set; }\n}\n```\n```csharp\nConfigurationModel configurationModel = new()\n{\n    person = new()\n    {\n        name = \"Bob\",\n        age = 68\n    },\n    anotherPerson = new()\n    {\n        name = \"Anders\",\n        age = 60\n    }\n};\n            \nConfigManager\u003cConfigurationModel\u003e configManager = new(Consts.SAVE_FILE_PATH_YAML, SerializationFormat.Yaml, configurationModel);\nconfigManager.Save();\n```\n\n## Documentation\nAccess the documentation on [Wiki](https://github.com/LuanRoger/SerializedConfiguration/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluanroger%2Fserializedconfiguration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluanroger%2Fserializedconfiguration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluanroger%2Fserializedconfiguration/lists"}