Skip to content

Conversation

@dallasgutauckis
Copy link
Contributor

Added:

  • Parcelable support
  • Serializable support
  • Bundle support
  • List of Parcelable object support
  • Replacement of existing Parcelable implementation if it exists
    • describeContents
    • writeToParcel
    • CREATOR
    • Parcel constructor
  • Only shows member fields in create dialog (removes statics from selection menu)
  • Custom Date parceling

Added:
 * Parcelable support
 * Serializable support
 * Bundle support
 * List of Parcelable object support
 * Replacement of existing Parcelable implementation if it exists
  - describeContents
  - writeToParcel
  - CREATOR
  - Parcel constructor
 * Only shows member fields in create dialog (removes statics from selection menu)
 * Custom Date parceling
@dallasgutauckis
Copy link
Contributor Author

Cool beans. I should have some more things coming in the next few days -- looking to close out most (if not all) of the pre-existing TODO items, as well as support for a few additional items.

If you have any questions, please feel free to ask; but please comment inline if code-specific.

Thanks!

mcharmas added a commit that referenced this pull request Feb 15, 2014
@mcharmas mcharmas merged commit e06b8bc into mcharmas:master Feb 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants