IntelliJ 为 Android Parcelable 提供的插件,用于生成模板代码。
IntelliJ 为 Android Parcelable 提供的插件,用于生成模板代码。
This tool generates an Android Parcelable implementation based on fields in the class.
Plugin is uploaded to plugin repository. If you like, you can install it manually:
ParcelableGenerator releaseJust 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.
Serializable/Parcelable implementation) for: Date, BundleParcelable objectslong, short, int, float, double, boolean, byte, StringParcel.writeValue(Object)): Short, Integer, Long, Float, Double, Boolean, Byteboolean[], byte[], char[], double[], float[], int[], long[]HashMap is desired…
暂无开放 Issues,或尚未同步最近议题。