Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (3.4k points)

What is meant by "object serialization"? Can you please explain it with some examples?

1 Answer

0 votes
by (46k points)
Serialization is the transformation of an object to a sequence of bytes so that something can be simply saved to determined storage or flowed over a communication link. The byte stream can then be deserialized - turned into a duplicate of the initial object.

Related questions

Browse Categories

...