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
freeze-to-file currently serializes into a byte array in memory before writing that byte array to a file. It would be more efficient to serialize directly into the target file with a DataOutputStream.
The text was updated successfully, but these errors were encountered:
freeze-to-file
currently serializes into a byte array in memory before writing that byte array to a file. It would be more efficient to serialize directly into the target file with aDataOutputStream
.The text was updated successfully, but these errors were encountered: