Computer Science, asked by shifasvschippuz5432, 8 months ago

Question 2
Which of the following are not commonly used serialization formats?
1 point
Dictionaries
TCP
HTTP
JSON
XML

Answers

Answered by khanrehan1412
10

Explanation:

dgrssewqeqtnsk4www5

Answered by Anonymous
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