InterviewSolution
Saved Bookmarks
| 1. |
Explain media type formatters. |
|||||||||||||||
|
Answer» In WEB API, MEDIA type formatters are classes that are responsible for serialization data. Here, serialization generally means a process of translating data into a format that can be transmitted and RECONSTRUCTED later. Because of serializing request/response data, Web API can understand request data format in a better way and send data in a format that the client expects. It simply specifies data that is being transferred among client and SERVER in HTTP response or request.
|
||||||||||||||||