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-05-22 09:35:43 +02:00
..
AbstractNormalizer.php [Security][Serializer][DI] Add new arguments typehints in preparation for 4.0 2017-05-20 12:13:18 +02:00
AbstractObjectNormalizer.php [Serializer] Add missing normalizer options constants 2017-04-27 17:51:26 +02: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] DateTimeNormalizer: allow to provide timezone 2017-05-22 09:35:43 +02: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 Merge branch '2.8' into 3.2 2017-05-01 07:55:58 -07: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