What is "serialization" when we are talking about web services? making it so that dictionaries can maintain their keys in sorted order sorting all the data stored in a tuple the act of taking data stored in a program and formatting it so it can be sent across the network marking each network packet so it can be put back into order on the receiving system?
Answers
Answered by
4
The correct answer is option C. Serialisation refers to the act of taking data stored in a program and formatting it. The formatted data is sent across the network to facilitate web services. HTTP, TCP and dictionaries are the regular formats which cannot be used in the process of serialisation of web services.
Similar questions