I have been trying to work around this for several hours and I am extremely frustrated so I am coming to you guys for some guidance.
I am trying to save and retriev
This java.io.FileNotFoundException: /storage/emulated/0myFile.ser looks like you are missing a '/' in the path.
java.io.FileNotFoundException: /storage/emulated/0myFile.ser
Use
String path = Environment.getExternalStorageDirectory().getAbsolutePath() + '/';