pardom-zz / ActiveAndroid

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

Serialized data not saving on < Android 5 #512

Open antoxa2584x opened 7 years ago

antoxa2584x commented 7 years ago

I try to save model with HashMap<String, String>. It is working on Android 5 and newer but I figurate that it is not saving on Android 4.1.1

antoxa2584x commented 7 years ago

@pardom ?