What is serialization in javascript?
Answer / Radha Singh
Serialization in JavaScript refers to the process of converting an object's state into a format that can be stored (for example, in a database or file) and reconstructed later. JSON is often used for this purpose because it provides a lightweight data interchange format.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a json parser?
What is json validator?
Explain json with php?
What is json used for?
What are the limitations of json?
What does bson stand for?
Is json rest or soap?
What are the uses of json?
What is json data. and what is one way that .net developers can work with json?
Compare json with javascript?
What does $.parsejson() do ?
What is serialization in javascript?