pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.71k stars 1.03k forks source link

Custom TypeSerializer not working (Not even UtilDateTypeSerializer) #451

Open gauravc91 opened 8 years ago

gauravc91 commented 8 years ago

OrderStatus Enum declaration

1 orderstatus enum declaration

OrderStatus type variable in order class

2 orderstatus type variable in order class

Order Status Serializer

3 order status serializer

Manifest declaration

4 manifest declaration

No such column status exception

5 no such column status exception

I tried uninstalling and reinstalling the app again. Also other primitive type columns are getting created in the db. Please let me know what is wrong here.

Thanks