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/Normalizer
Fabien Potencier 1943c26d47 Merge branch '3.1' into 3.2
* 3.1:
  Write an exception message in a one heading line
  [Finder] Refine phpdoc about argument for NumberComparator
  Fixed max width from ajax request url element (td)
  Fix unresolved parameters from default bundle configs in debug:config
  [github] Tweak PR template
  [Serializer] Optimize max depth checking
2016-12-13 10:39:43 +01:00
..
AbstractNormalizer.php [Serializer] Fix argument object denormalization 2016-12-02 12:48:35 +01:00
AbstractObjectNormalizer.php Merge branch '3.1' into 3.2 2016-12-13 10:39:43 +01:00
ArrayDenormalizer.php [Serializer] Fix denormalization of arrays 2016-08-19 08:12:52 -07:00
CustomNormalizer.php Merge branch '3.0' into 3.1 2016-06-29 07:41:56 +02:00
DataUriNormalizer.php [Serializer] Fix DataUriNormalizer's regex 2016-11-11 07:47:17 -08:00
DateTimeNormalizer.php [Serializer] Support specifying format for DateTimeNormalizer::denormalize 2016-10-17 16:06:12 +08:00
DenormalizableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
DenormalizerAwareInterface.php Add normalizer / denormalizer awarness 2016-02-19 11:48:56 +01:00
DenormalizerAwareTrait.php Fix the wrong method name given the corresponding interface 2016-04-14 00:46:09 +02:00
DenormalizerInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
GetSetMethodNormalizer.php [Serializer] Remove unused GetSetMethodNormalizer::denormalize 2016-11-24 20:49:36 +01:00
JsonSerializableNormalizer.php Add a normalizer that support JsonSerializable objects 2016-02-25 21:06:29 +02:00
NormalizableInterface.php @throws annotations should go after @return 2016-06-06 13:03:51 +02:00
NormalizerAwareInterface.php Add normalizer / denormalizer awarness 2016-02-19 11:48:56 +01:00
NormalizerAwareTrait.php Fix the wrong method name given the corresponding interface 2016-04-14 00:46:09 +02:00
NormalizerInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ObjectNormalizer.php [Serializer] ObjectNormalizer: add missing parameters 2016-05-24 12:10:22 +02:00
PropertyNormalizer.php [Serializer] Move the normalization logic in an abstract class 2016-01-04 17:56:09 +01:00
SerializerAwareNormalizer.php Add normalizer / denormalizer awarness 2016-02-19 11:48:56 +01:00