I want to save my ArrayList> mylist = new ArrayList>() in SQLite database and later retr
ArrayList> mylist = new ArrayList>()
You can serialize it using the default standard java serializer or us your own lib. Following your perf. needs: you can read this benchmark: https://github.com/eishay/jvm-serializers/wiki