This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Serializer
Nicolas Grekas 5d79383028 Merge branch '4.4' into 5.0
* 4.4:
  fix merge
  Require PHPUnit 9.3 on PHP 8
  [Cache] fix catching auth errors
  Fix CS
  [FrameworkBundle] set default session.handler alias if handler_id is not provided
  Fix CS
  Readability update
  Fix checks for phpunit releases on Composer 2 (resolves #37601)
  [Serializer] Support multiple levels of discriminator mapping
  Use hexadecimal numerals instead of hexadecimals in strings to represent error codes.
  [SCA] Minor fixes on tests
  [WebProfilerBundle] modified url generation to use absolute urls
  [Mailer] Fix reply-to functionality in the SendgridApiTransport
  [Mime] Fix compat with HTTP requests
  ticket_36879 - Fix mandrill raw http request setting from email/name
2020-07-23 10:36:09 +02:00
..
Annotation Fix CS 2020-02-04 10:32:40 +01:00
DependencyInjection Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Encoder Merge branch '4.4' into 5.0 2020-04-12 16:40:17 +02:00
Exception Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
Extractor [Serializer] Add more parameter types. 2019-08-16 09:25:16 +02:00
Mapping Merge branch '4.4' into 5.0 2020-03-16 13:10:54 +01:00
NameConverter Merge branch '4.4' into 5.0 2020-01-08 18:33:29 +01:00
Normalizer Merge branch '4.4' into 5.0 2020-07-23 10:36:09 +02:00
Tests Merge branch '4.4' into 5.0 2020-07-23 10:36:09 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md Merge branch '4.4' 2019-11-12 10:25:44 +01:00
composer.json Merge branch '4.4' into 5.0 2020-05-20 19:38:26 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md
Serializer.php Merge branch '4.4' into 5.0 2020-06-07 17:38:39 +02:00
SerializerAwareInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
SerializerAwareTrait.php removed unneeded phpdocs 2019-08-06 08:19:29 +02:00
SerializerInterface.php Merge branch '4.4' 2019-08-26 11:05:36 +02:00

Serializer Component

With the Serializer component it's possible to handle serializing data structures, including object graphs, into array structures or other formats like XML and JSON. It can also handle deserializing XML and JSON back to object graphs.

Resources