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
Nicolas Grekas 8bc014c211 Merge branch '2.8' into 3.4
* 2.8:
  Consistently throw exceptions on a single line
  fix fopen calls
  Update .editorconfig
2018-09-08 15:15:14 +02:00
..
AbstractNormalizer.php Merge branch '2.8' into 3.4 2018-09-08 15:15:14 +02:00
AbstractObjectNormalizer.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
ArrayDenormalizer.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ContextAwareDenormalizerInterface.php [Serializer] Give access to the context to support* methods 2017-02-13 15:28:10 +01:00
ContextAwareNormalizerInterface.php [Serializer] Give access to the context to support* methods 2017-02-13 15:28:10 +01:00
CustomNormalizer.php Merge branch '3.3' into 3.4 2017-12-29 21:55:26 +01:00
DataUriNormalizer.php [Serializer] YamlEncoder: throw if the Yaml component isn't installed 2017-10-16 15:20:00 -07:00
DateIntervalNormalizer.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
DateTimeNormalizer.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
DenormalizableInterface.php minor #25585 Add type string to docblock for Process::setInput() (icanhazstring) 2018-01-07 10:28:20 +01: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 Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
GetSetMethodNormalizer.php Merge branch '2.8' into 3.4 2018-02-14 15:07:03 +01:00
JsonSerializableNormalizer.php Add a normalizer that support JsonSerializable objects 2016-02-25 21:06:29 +02:00
NormalizableInterface.php minor #25585 Add type string to docblock for Process::setInput() (icanhazstring) 2018-01-07 10:28:20 +01: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 Merge branch '2.8' into 3.4 2018-06-22 10:58:39 +02:00
ObjectNormalizer.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
ObjectToPopulateTrait.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
PropertyNormalizer.php Merge branch '2.7' into 2.8 2018-02-14 14:58:24 +01:00
SerializerAwareNormalizer.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00