mcharmas/android-parcelable-intellij-plugin

Any plans on supporting type adapters?

DariusL opened this issue · 0 comments

Type adapters would be great for serializing objects that only implement Serializable or nothing at all. Right now, the library generates dest.writeSerializable(this.foo); for Joda DateTime, where using writeLong would be much more efficient. I have no idea how this would plug into the library, though.