jonatasdaniel / andorm

Persistence framework for Android
23 stars 4 forks source link

Parcelable and Proxy #41

Open mcasasola opened 13 years ago

mcasasola commented 13 years ago

I create a branch tb_reference with LAZY reference fetch, this is first approach, feedbak is appreciated. This use a reflect proxy to lazy fetch reference, same method interception, there was a problem of entities what implement parcelable, the parcelable protocol force a Parcelable.Creator to unparcel between activities, it's not posible when i have a proxy. Sugestion appreciated...