Computer Science, asked by swatantraverma6318, 1 year ago

What is Object serialization?

Answers

Answered by priyanshuranjan1204
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 omshirke
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