Home »
MCQs »
Symfony MCQs
The ____ component allows you to convert a PHP object into a specified format like as XML, JSON, Binary, and so on, and then convert it back into the original object without losing any data
13. The ____ component allows you to convert a PHP object into a specified format like as XML, JSON, Binary, and so on, and then convert it back into the original object without losing any data.
- Serializer
- DependencyInjection
- EventDispatcher
Answer: A) Serializer
Explanation:
The Serializer component allows you to convert a PHP object into a specified format like XML, JSON, Binary, and so on, and then convert it back into the original object without losing any data.