{"id":23740211,"url":"https://github.com/mustaddon/typeserialization","last_synced_at":"2026-01-27T05:02:04.522Z","repository":{"id":62167532,"uuid":"558463043","full_name":"mustaddon/TypeSerialization","owner":"mustaddon","description":".NET Serialization an object type to/from a string/json","archived":false,"fork":false,"pushed_at":"2025-03-25T11:46:31.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T14:19:16.741Z","etag":null,"topics":["dotnet","string-to-type","string2type","type-from-json","type-from-string","type-serializer","type-to-json","type2json","type2string","uri-safe","url-safe"],"latest_commit_sha":null,"homepage":"","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/mustaddon.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-27T15:41:34.000Z","updated_at":"2025-03-25T11:46:35.000Z","dependencies_parsed_at":"2025-09-04T15:32:12.087Z","dependency_job_id":"d75da58d-3166-4c2b-a234-eabf1f2a6043","html_url":"https://github.com/mustaddon/TypeSerialization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mustaddon/TypeSerialization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FTypeSerialization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FTypeSerialization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FTypeSerialization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FTypeSerialization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustaddon","download_url":"https://codeload.github.com/mustaddon/TypeSerialization/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FTypeSerialization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dotnet","string-to-type","string2type","type-from-json","type-from-string","type-serializer","type-to-json","type2json","type2string","uri-safe","url-safe"],"created_at":"2024-12-31T09:47:29.432Z","updated_at":"2026-01-27T05:02:04.485Z","avatar_url":"https://github.com/mustaddon.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeSerialization [![NuGet version](https://badge.fury.io/nu/TypeSerialization.svg)](http://badge.fury.io/nu/TypeSerialization)\nSerialization an object type to/from a string\n\n## Features\n* Generics support\n* URI safe format\n\n## Example 1: Serialization\n```C#\nvar str = TypeSerializer.Serialize(typeof(Dictionary\u003cint,string\u003e));\nConsole.WriteLine(str);\n\n// Console output: \n// Dictionary(Int32-String)\n```\n\n## Example 2: Deserialization\n```C#\nvar deserializer = new TypeDeserializer(/* add your possible types for resolving */);\nvar type = deserializer.Deserialize(\"Dictionary(Int32-String)\");\nConsole.WriteLine(type);\n\n// Console output: \n// System.Collections.Generic.Dictionary`2[System.Int32,System.String]\n```\n\n[Program.cs](https://github.com/mustaddon/TypeSerialization/tree/master/Examples/Program.cs)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustaddon%2Ftypeserialization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustaddon%2Ftypeserialization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustaddon%2Ftypeserialization/lists"}