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
2017-02-13 15:50:04 +01:00
..
AbstractNormalizer.php [Serializer] Add the possibility to filter attributes 2017-02-13 11:25:59 +01:00
AbstractObjectNormalizer.php [Serializer] Pass the context to AbstractObjectNormalizer::supportsDenormalization 2017-02-13 15:50:04 +01:00
ArrayDenormalizer.php [Serializer] Give access to the context to support* methods 2017-02-13 15:28:10 +01: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.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