Fast Read/Write POJO json and byte arrays.
Parcelable
ParcelablePlease is an Annotation Processor for generating Parcelable code.
Icepick is an Android library that simplifies the lifecycle of save and restore instance state. It uses annotation processing to generate code that does bundle manipulation and key generation, removing lots of boilerplate from your classes.
auto-parcel is a port of Google AutoValue for Android with Parcelable generation goodies.
Android Parcelables made easy through code generation.
This project is a code generator written in Java used to generate Android code. Given a JSON definition file, it will generate the corresponding Parcelable class.
A tool for generating Android Parcelable implementations.