What is serialization of an object?
Answer / Preeti
"Serialization of an object refers to the process of converting the state of an object or data structure, represented in an abstract form such as an object-oriented representation or a data structure, into a format that can be stored and transmitted as a stream of bytes or a string. In JSON (JavaScript Object Notation), serialization involves converting JavaScript objects into a JSON string."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What js-specific properties are skipped by json.stringify method?
What is a json parser?
What is json? Explain?
What is json post?
What is polyfill?
What is the difference between xml and json?
Is json an api?
Do you know json tools for java developer/
What is serialization and deserialization in json?
Why must one use JSON over XML?
What is the extension of json file?
What is the full syntax of json.stringify?