{"id":20471554,"url":"https://github.com/backbase/parcelabletest","last_synced_at":"2025-10-27T07:05:01.784Z","repository":{"id":54660082,"uuid":"191381365","full_name":"Backbase/ParcelableTest","owner":"Backbase","description":"A small Android test library that makes it easy to test Parcelables.","archived":false,"fork":false,"pushed_at":"2023-03-15T13:44:04.000Z","size":127,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T18:47:09.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Backbase.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}},"created_at":"2019-06-11T13:50:20.000Z","updated_at":"2021-02-12T11:41:01.000Z","dependencies_parsed_at":"2025-03-05T13:43:06.038Z","dependency_job_id":"53fae850-3c66-4583-b531-3799bd1502fa","html_url":"https://github.com/Backbase/ParcelableTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Backbase/ParcelableTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2FParcelableTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2FParcelableTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2FParcelableTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2FParcelableTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Backbase","download_url":"https://codeload.github.com/Backbase/ParcelableTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2FParcelableTest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267685362,"owners_count":24127706,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-11-15T14:16:29.183Z","updated_at":"2025-10-27T07:05:01.717Z","avatar_url":"https://github.com/Backbase.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ParcelableTest\nA library making it easy to verify that your `Parcelable` implementations behave as expected when they are parceled and un-parceled.\n\n## Usage\nExtend `ParcelableTest` and provide an instance of your `Parcelable` as well as its `CREATOR`:\n```java\npublic class MyParcelableTest extends ParcelableTest\u003cMyParcelable\u003e {\n\n    @NonNull\n    @Override\n    protected MyParcelable newItem() {\n        return new MyParcelable(\"Member variable value\");\n    }\n\n    @NonNull\n    @Override\n    protected Parcelable.Creator\u003cMyParcelable\u003e itemCreator() {\n        return MyParcelable.CREATOR;\n    }\n}\n```\n\nWhen you run `MyParcelableTest`, a test will parcel your provided instance and un-parcel it, and then assert that the 2 objects are equal before and\nafter.\n\n## License\n```\nCopyright 2019 Backbase R\u0026D B.V.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Fparcelabletest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackbase%2Fparcelabletest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Fparcelabletest/lists"}