I'm using ObjectInputStream/ObjectOutputStream to send an object. I'm trying to send an SQLiteDatabase but I'm getting an error when doing so.
java.io.WriteAbortedException: Read an exception;
java.io.NotSerializableException: android.database.sqlite.SQLiteDatabase
I've tried searching but haven't really been able to find a solution. Thanks