{"id":17909212,"url":"https://github.com/andriysvyryd/csharpscriptserializer","last_synced_at":"2026-03-10T20:33:51.465Z","repository":{"id":144133234,"uuid":"72249376","full_name":"AndriySvyryd/CSharpScriptSerializer","owner":"AndriySvyryd","description":"Generates C# Script for constructing the given object","archived":false,"fork":false,"pushed_at":"2024-08-14T22:24:37.000Z","size":63,"stargazers_count":21,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-18T04:44:51.950Z","etag":null,"topics":["csharp","csharp-script","net-core","roslyn","scripting","serialization"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndriySvyryd.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":"2016-10-28T23:10:02.000Z","updated_at":"2024-08-14T22:24:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b6a3458-4ea2-4158-8239-a5a0730cb601","html_url":"https://github.com/AndriySvyryd/CSharpScriptSerializer","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/AndriySvyryd/CSharpScriptSerializer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriySvyryd%2FCSharpScriptSerializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriySvyryd%2FCSharpScriptSerializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriySvyryd%2FCSharpScriptSerializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriySvyryd%2FCSharpScriptSerializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndriySvyryd","download_url":"https://codeload.github.com/AndriySvyryd/CSharpScriptSerializer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndriySvyryd%2FCSharpScriptSerializer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265398190,"owners_count":23758467,"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":["csharp","csharp-script","net-core","roslyn","scripting","serialization"],"created_at":"2024-10-28T19:20:55.515Z","updated_at":"2026-03-10T20:33:51.418Z","avatar_url":"https://github.com/AndriySvyryd.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSharpScriptSerializer\nA library that generates C# scripts that can be used to construct the given object:\n\n```C#\n    var input = new Point {X = 1, Y = 1};\n    var script = CSScriptSerializer.Serialize(input);\n    var output = CSScriptSerializer.Deserialize\u003cPoint\u003e(script);\n```\n\nHere `script` is equal to `\"new Point {X = 1, Y = 1}\"`\n\nSee [RoundTrippingTest.cs](https://github.com/AndriySvyryd/CSharpScriptSerializer/blob/dev/test/CSharpScriptSerializer.Tests/RoundTrippingTest.cs) for more examples.\n\nGet it from [NuGet](https://www.nuget.org/packages/CSharpScriptSerializer/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriysvyryd%2Fcsharpscriptserializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandriysvyryd%2Fcsharpscriptserializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandriysvyryd%2Fcsharpscriptserializer/lists"}