B C P R W 

B

Bagger - Annotation Type in com.hannesdorfmann.parcelableplease.annotation
Annotate Fields you want to put in a Parcel which is not Parcelable.

C

com.hannesdorfmann.parcelableplease - package com.hannesdorfmann.parcelableplease
 
com.hannesdorfmann.parcelableplease.annotation - package com.hannesdorfmann.parcelableplease.annotation
 

P

ParcelableNoThanks - Annotation Type in com.hannesdorfmann.parcelableplease.annotation
Annotate fields not to be parcelable (transient)
ParcelablePlease - Annotation Type in com.hannesdorfmann.parcelableplease.annotation
Annotate classes that have
ParcelableThisPlease - Annotation Type in com.hannesdorfmann.parcelableplease.annotation
Annotate fields with that if you don't want to use all
ParcelBagger<T> - Interface in com.hannesdorfmann.parcelableplease
A way to put a not Parcelable object into a Parcel and vice versa.

R

read(Parcel) - Method in interface com.hannesdorfmann.parcelableplease.ParcelBagger
Read the value from parcelable

W

write(T, Parcel, int) - Method in interface com.hannesdorfmann.parcelableplease.ParcelBagger
Write the value into the parcelable
B C P R W 

Copyright © 2016 Hannes Dorfmann. All rights reserved.