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
2016-07-03 22:13:37 +01:00
..
AbstractNormalizer.php Address comments 2016-07-03 22:13:37 +01:00
AbstractObjectNormalizer.php Address comments 2016-07-03 22:13:37 +01:00
ArrayDenormalizer.php [Minor] [Serializer] Removed second license header 2015-10-19 11:36:16 +02:00
CustomNormalizer.php Merge branch '3.0' into 3.1 2016-06-29 07:41:56 +02:00
DataUriNormalizer.php [Serializer] Add a data: URI normalizer 2016-01-25 15:33:44 +01:00
DateTimeNormalizer.php [Serializer] Add a new DateTime normalizer 2016-01-22 08:14:37 +01: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 Address comments 2016-07-03 22:13:37 +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