{"id":39158844,"url":"https://github.com/raggaer/tfs_item_attributes_reader","last_synced_at":"2026-01-17T22:00:57.491Z","repository":{"id":57554317,"uuid":"308791335","full_name":"Raggaer/tfs_item_attributes_reader","owner":"Raggaer","description":"Unserializes / Serializes TFS database item attributes","archived":false,"fork":false,"pushed_at":"2020-11-18T18:37:44.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T05:13:23.496Z","etag":null,"topics":["forgottenserver","item","serialization","unserialize"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Raggaer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-31T02:54:39.000Z","updated_at":"2021-02-13T15:29:27.000Z","dependencies_parsed_at":"2022-09-26T18:51:19.645Z","dependency_job_id":null,"html_url":"https://github.com/Raggaer/tfs_item_attributes_reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Raggaer/tfs_item_attributes_reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raggaer%2Ftfs_item_attributes_reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raggaer%2Ftfs_item_attributes_reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raggaer%2Ftfs_item_attributes_reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raggaer%2Ftfs_item_attributes_reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raggaer","download_url":"https://codeload.github.com/Raggaer/tfs_item_attributes_reader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raggaer%2Ftfs_item_attributes_reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28519276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"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":["forgottenserver","item","serialization","unserialize"],"created_at":"2026-01-17T22:00:56.416Z","updated_at":"2026-01-17T22:00:57.482Z","avatar_url":"https://github.com/Raggaer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tfs_item_attributes_reader\n\nUnserializes/Serializes TFS database stored items.\n\nYou can directly load data as `[]byte`, load from hex string or load from a file.\n\n## Example\n\n```go\nitem, err := UnserializeHexString(\"18190073616D7572616920736F756C2072756E652028543129202B3822010000000000000005006C6576656C020800000000000000\")\nif err != nil {\n        // Handle\n        return\n}\n\nlog.Println(item.Name)\n...\n```\n\nThe unserialized item will look like this:\n\n```json\n{\n        \"Name\": \"Super Secret Rune\",\n        \"CustomAttributes\": {\n                \"level\": {\n                        \"Key\": \"level\",\n                        \"Value\": 8,\n                }\n        }\n}\n```\n\nYou can also serialize it back:\n\n```go\ns, err := item.SerializeAsHexString()\nif err != nil {\n        // Handle\n        return\n}\n\nlog.Println(s)\n```\n\n```txt\n18190073616D7572616920736F756C2072756E652028543129202B3822010000000000000005006C6576656C020800000000000000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraggaer%2Ftfs_item_attributes_reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraggaer%2Ftfs_item_attributes_reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraggaer%2Ftfs_item_attributes_reader/lists"}