What is Object serialization?
Answers
Answered by
0
In computer science, in the context of data storage, serialization is the process of translating data structures or object state into a format that can be stored or transmitted and reconstructed later.
Answered by
0
To serialize an object means to convert its state to a byte stream so that the byte stream can be reverted back into a copy of the object.
Similar questions