Question 2
Which of the following are not commonly used serialization formats?
1 point
Dictionaries
TCP
HTTP
JSON
XML
Answers
Answered by
10
Explanation:
dgrssewqeqtnsk4www5
Answered by
6
Dictionaries , TCP and HTTP are not the serialization formats.
- The standard method of efficiently translating a complicated data order or object type into a standard format is known as serialisation.
- It is converted in a varied computing environment which can be processed or transmitted and reconstructed later.
- JSON is a format that encodes objects in a string, and serialisation also means an object is translated into that string, whereas XML serialisation only serialises an object's public fields and property values into continual XML streams.
Similar questions