You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ObjectInputStream.readObject and ObjectOutputStream.writeObject do a
semi-pathological thing where they retain references to every object
that you've written into them (for efficiency purposes). This means
that my whole premise about using them to flush ram out to disk was
flawed.
0 commit comments