{"id":13537597,"url":"https://github.com/mcharmas/android-parcelable-intellij-plugin","last_synced_at":"2025-05-15T16:09:32.567Z","repository":{"id":6691589,"uuid":"7936739","full_name":"mcharmas/android-parcelable-intellij-plugin","owner":"mcharmas","description":"IntelliJ Plugin for Android Parcelable boilerplate code generation.","archived":false,"fork":false,"pushed_at":"2021-02-15T13:02:08.000Z","size":691,"stargazers_count":2142,"open_issues_count":25,"forks_count":214,"subscribers_count":78,"default_branch":"master","last_synced_at":"2025-03-31T20:11:15.541Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcharmas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-31T12:54:18.000Z","updated_at":"2025-03-22T07:51:12.000Z","dependencies_parsed_at":"2022-09-20T22:01:18.569Z","dependency_job_id":null,"html_url":"https://github.com/mcharmas/android-parcelable-intellij-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-parcelable-intellij-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-parcelable-intellij-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-parcelable-intellij-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcharmas%2Fandroid-parcelable-intellij-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcharmas","download_url":"https://codeload.github.com/mcharmas/android-parcelable-intellij-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247730069,"owners_count":20986404,"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","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-08-01T09:01:00.882Z","updated_at":"2025-04-07T21:15:17.262Z","avatar_url":"https://github.com/mcharmas.png","language":"Java","funding_links":[],"categories":["Java","Libs","开发环境/工具","Intellij Plugin","Android Studio"],"sub_categories":["\u003cA NAME=\"Plugin\"\u003e\u003c/A\u003ePlugin","Plugins"],"readme":"# IntelliJ/Android Studio Plugin for Android Parcelable boilerplate code generation\n\nThis tool generates an Android [Parcelable](https://developer.android.com/reference/android/os/Parcelable.html) implementation based on fields in the class.\n\n## Installation\n\n Plugin is uploaded to plugin repository.\n If you like, you can install it manually:\n\n 0. Download `ParcelableGenerator` [release](https://github.com/mcharmas/android-parcelable-intellij-plugin/releases/tag/v0.7.0)\n 0. Open IntelliJ/Android Studio\n 0. *Preferences* -\u003e *Plugins* -\u003e *Install plugin from disk...*.\n 0. Choose the downloaded jar file\n\n## Usage\n\nJust press **ALT + Insert** (or your equivalent keybinding for code generation) in your editor and select **Parcelable**. It allows you to select the fields to be parceled.\n\n![Screenshot](screenshot.png)\n\n## Supported parcelable types\n\n * Types implementing Parcelable\n * Custom support (avoids `Serializable`/`Parcelable` implementation) for: `Date`, `Bundle`\n * Types implementing Serializable\n * List of `Parcelable` objects\n * Enumerations\n * Primitive types: `long`, `short`, `int`, `float`, `double`, `boolean`, `byte`, `String`\n * Primitive type wrappers (written with `Parcel.writeValue(Object)`): `Short`, `Integer`, `Long`, `Float`, `Double`, `Boolean`, `Byte`\n * Primitive type arrays: `boolean[]`, `byte[]`, `char[]`, `double[]`, `float[]`, `int[]`, `long[]`\n * List type of any object (**Warning: validation is not performed**)\n * Map support — **Note: this implementation always assumes `HashMap` is desired**\n * SparseArray support\n\n## TODO\n\n * Validation of List arguments\n * Display warning about not serialized fields\n * Active Objects support (Binders and stuff)\n \n## Contributors\n\n * [Michał Charmas](https://github.com/mcharmas/)\n * [Dallas Gutauckis](http://github.com/dallasgutauckis)\n\n## License\n\n```\nCopyright (C) 2015 Michał Charmas (http://blog.charmas.pl)\nCopyright (C) 2015 Dallas Gutauckis (http://dallasgutauckis.com)\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\t     \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%2Fmcharmas%2Fandroid-parcelable-intellij-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcharmas%2Fandroid-parcelable-intellij-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcharmas%2Fandroid-parcelable-intellij-plugin/lists"}