Posts by Rogger • 55 points
2 posts
-
4
votes2
answers437
viewsQ: When do I use Objectoutputstream the parent class attributes are also saved?
When I use the ObjectOutpuStream to write to file, parent class attributes will also be saved?…
-
1
votes1
answer2276
viewsQ: Read multiple objects in Java serialized file
I have a file Produtos.ser where several objects of the type were recorded Objeto. In the code method below, I wish to retrieve all objects from the file and store in an Arraylist list. However, it…