{"id":25532466,"url":"https://github.com/bgunson/object-serialization","last_synced_at":"2026-04-28T17:34:54.559Z","repository":{"id":55148076,"uuid":"327473521","full_name":"bgunson/object-serialization","owner":"bgunson","description":"Reflective Object Serialization in Java","archived":false,"fork":false,"pushed_at":"2021-08-05T03:34:42.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T13:52:02.043Z","etag":null,"topics":["json"],"latest_commit_sha":null,"homepage":"","language":"Java","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/bgunson.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}},"created_at":"2021-01-07T01:43:52.000Z","updated_at":"2022-12-22T01:22:20.000Z","dependencies_parsed_at":"2022-08-14T13:31:00.569Z","dependency_job_id":null,"html_url":"https://github.com/bgunson/object-serialization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bgunson/object-serialization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgunson%2Fobject-serialization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgunson%2Fobject-serialization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgunson%2Fobject-serialization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgunson%2Fobject-serialization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgunson","download_url":"https://codeload.github.com/bgunson/object-serialization/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgunson%2Fobject-serialization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["json"],"created_at":"2025-02-20T01:49:24.890Z","updated_at":"2026-04-28T17:34:54.537Z","avatar_url":"https://github.com/bgunson.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Reflective Object Serialization Project\n\nThis is a project that lets a user create 5 different objects and input their fields which is then \nserialized to a JSON string using [org.json](https://github.com/stleary/JSON-java). These operations take place on a theoretical server where a \nserialized object with unique properties is sent to a client via a socket, deserialized then recreated.\n\nI have used a Maven project structure to organize my external libraries and test classes. It is most\neasily ran from an IDE that supports Maven projects. I have represented the server/client in respective\npackages in _src/main/java_. There are two main methods, one being on the server side in _Sender.java_ and the \nother being in _Receiver.java_ on the client side. In addition the 5 test objects which the user can create\nreside in the _objects_ package. All creation and de/serialization is acheived at runtime via the _java.lang.reflect_\npackage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgunson%2Fobject-serialization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgunson%2Fobject-serialization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgunson%2Fobject-serialization/lists"}