{"id":36702739,"url":"https://github.com/walkmod/walkmod-serializable-plugin","last_synced_at":"2026-01-12T11:39:47.429Z","repository":{"id":57741096,"uuid":"48362014","full_name":"walkmod/walkmod-serializable-plugin","owner":"walkmod","description":"walkmod plugin to ensure Java serialization conventions","archived":false,"fork":false,"pushed_at":"2016-01-08T12:16:40.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-28T17:34:06.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/walkmod.png","metadata":{"files":{"readme":"README.asciidoc","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":"2015-12-21T09:10:04.000Z","updated_at":"2016-02-18T12:06:10.000Z","dependencies_parsed_at":"2022-09-06T23:31:17.161Z","dependency_job_id":null,"html_url":"https://github.com/walkmod/walkmod-serializable-plugin","commit_stats":null,"previous_names":["rpau/walkmod-serializable-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walkmod/walkmod-serializable-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-serializable-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-serializable-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-serializable-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-serializable-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkmod","download_url":"https://codeload.github.com/walkmod/walkmod-serializable-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-serializable-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-12T11:39:46.684Z","updated_at":"2026-01-12T11:39:47.425Z","avatar_url":"https://github.com/walkmod.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"walkmod-serializable-plugin\n===========================\nRaquel Pau \u003craquelpau@gmail.com\u003e\n\nThis is a walkmod plugin to add `implements java.io.Serializable` in all Java classes (root and nested). \n\n== Example\nLet's see an example. Take a look to this code. This is a class that does not implement Serializable\n```java\npackage example;\n\npublic class Foo{\n  void hello(){\n    ...\n  }\n}\n```\n\nWhat this plugins generates is the following modified code:\n```java\npackage example;\n\npublic class Foo implements java.io.Serializable{\n  void hello(){\n    ...\n  }\n}\n```\n\n== Usage\n\n\n=== Only for walkmod \u003e= 2.2.0\n\nIn order to add this code transformation as part of your code conventions, execute: \n\n----\nwalkmod add serializable\n----\n\nAnd then you see the results executing the following command: \n\n  $ walkmod apply\n\nOr, alternativelt, you can also check which would be the modified classes typing:\n\n  $ walkmod check\n  \n== Contributing\n\nIf you want to hack on this, fork it, improve it and send me a pull request.\n\nTo get started using it, just clone it and call mvn install. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-serializable-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkmod%2Fwalkmod-serializable-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-serializable-plugin/lists"}