{"id":30770147,"url":"https://github.com/anshul619/serialization-data","last_synced_at":"2026-05-15T13:33:09.714Z","repository":{"id":308855467,"uuid":"1034306848","full_name":"Anshul619/Serialization-Data","owner":"Anshul619","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-08T08:20:58.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-08T10:14:23.977Z","etag":null,"topics":["avro","json","marshalling","protobuf","serialization","thrift","yaml"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Anshul619.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-08-08T07:19:31.000Z","updated_at":"2025-08-08T08:21:02.000Z","dependencies_parsed_at":"2025-08-08T10:16:22.007Z","dependency_job_id":"e570322f-4e1c-4b64-b13f-89e45618aac9","html_url":"https://github.com/Anshul619/Serialization-Data","commit_stats":null,"previous_names":["anshul619/serialization-data"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Anshul619/Serialization-Data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anshul619%2FSerialization-Data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anshul619%2FSerialization-Data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anshul619%2FSerialization-Data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anshul619%2FSerialization-Data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anshul619","download_url":"https://codeload.github.com/Anshul619/Serialization-Data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anshul619%2FSerialization-Data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273685604,"owners_count":25149722,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["avro","json","marshalling","protobuf","serialization","thrift","yaml"],"created_at":"2025-09-04T23:03:19.808Z","updated_at":"2026-05-15T13:33:09.681Z","avatar_url":"https://github.com/Anshul619.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serialization\n- [Data serialization](https://devopedia.org/data-serialization) is the process of converting structured data to a format that allows sharing or storage of the data in a form that allows recovery of its original structure. \n- Data de-serialization is the exact opposite.\n\n![](assets/Serialization.drawio.png)\n\n# Serialization Formats\n\n| Format                                            | Type               | Remarks       |\n|---------------------------------------------------|--------------------|---------------|\n| [JSON](Formats/JSON.md)                           | Text-based formats |               |\n| [YAML](Formats/YAML.md)                           | Text-based formats |               |\n| [Protocol Buffers](Formats/ProtoBufWireFormat.md) | Binary formats     |               |\n| [Avro Format](Formats/AvroFormat.md)              | Binary formats     |               |\n| Thrift Format                                     | Binary formats     |               |\n| XML                                               | Text-based formats | Legacy format |\n\n# Programming language support\n\n| Language   | Description                                                                                                                                                                                   |\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Go         | Go natively supports `unmarshalling/marshalling` of JSON and XML data. \u003cbr/\u003e- There are also third-party modules that support YAML and Protocol Buffers.                                      |\n| Java       | Java provides automatic serialization which requires that the object be marked by implementing the `java.io.Serializable` interface.                                                          |\n| JavaScript | JavaScript has included the built-in JSON object and its methods JSON.parse() and JSON.stringify().                                                                                           |\n| Python     | The core general serialization mechanism is the pickle standard library module, alluding to the database systems term pickling to describe data serialization (unpickling for deserializing). |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanshul619%2Fserialization-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanshul619%2Fserialization-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanshul619%2Fserialization-data/lists"}