0 votes
in JSON by
What is serialization of an object?

1 Answer

0 votes
by

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.

...