0 votes
in JSON by
What is serialization and deserialization in JSON?

1 Answer

0 votes
by

JSON is a format that encodes objects in a string. Serialization means to convert an object into that string, and deserialization is its inverse operation. When transmitting data or storing them in a file, the data are required to be byte strings, but complex objects are seldom in this format.

Related questions

0 votes
asked Nov 4, 2020 in JSON by rahuljain1
0 votes
asked Jul 20, 2020 in JSON by Robindeniel
...