Respuesta :
Answer:
an object represented as a sequence of bytes used to store the object's data in a file.
Explanation:
In Java programming, a serialized object is usually an object represented as a sequence of bytes used to store the object's data in a file and can be reverted back into a replica of the object.
Answer:
an object represented as a sequence of bytes used to store the object’s data in a file
Explanation:
A serialized object is an object represented as a sequence of bytes used to store the object’s data in a file.