php-symfony-serializer

convert PHP objects into specific formats and vice versa
  https://symfony.com/doc/5.4/components/serializer.html
  0
  no reviews



The Symfony Serializer Component can be used to serialize PHP objects into array structures or other formats like XML and JSON. It also supports deserializing of XML and JSON back to PHP objects.

Symfony is a PHP framework, a set of tools and a development methodology.