How to load a serialized file back to an arrayList
问题 ive looked at a few problems on this matter already but couldnt resolve my issue. As you can see below, i save all the objects in my Patient ArrayList ( pList - which is private at the top of the class) into the "Patient.ser" file through serialization. As far as i can tell this is working with no problems. " patSizeAtSave " is a private variable which i am using to mark as a bound to work with when loading the file(see below) the " patModel " is the DefaultListModel i use for the JLists in