Questions tagged [object-serialization]

The encoding of objects and the objects reachable from them into a stream of bytes. The complementary reconstruction of the objects is called deserialization.

61 questions
-3
votes
1 answer

How to load line array objects from a file using object serialization java

The program is meant to enable the user draw something with lines and save it to a file which can then be loaded, saving using ObjectOutput writeObject method works fine, but it is loading the file that does not work, if you save the file you…
jacobay43
  • 115
  • 1
  • 11
1 2 3 4
5