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/Encoder
Nicolas Grekas c1d8833a88 Merge branch '3.4'
* 3.4:
  [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
  Reset stopwatch.
  [Filesystem] mirror - fix copying content with same name as source/target.
  Removed unnecessary getDefinition() call.
  .php_cs.dist - simplify config
  [WebProfilerBundle] fixed TemplateManager when using Twig 2 without compat interfaces
2017-09-15 12:16:43 +02:00
..
ChainDecoder.php Merge branch '3.4' 2017-09-11 13:45:27 -07:00
ChainEncoder.php [Serializer] Implement missing context aware interfaces 2017-06-20 23:06:58 +02:00
ContextAwareDecoderInterface.php [Serializer] Give access to the context to support* methods 2017-02-13 15:28:10 +01:00
ContextAwareEncoderInterface.php [Serializer] Give access to the context to support* methods 2017-02-13 15:28:10 +01:00
CsvEncoder.php [Serializer] Allow to pass csv encoder options in context 2017-04-26 16:04:52 +02:00
DecoderInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
EncoderInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
JsonDecode.php Merge branch '2.7' into 2.8 2017-06-01 13:52:29 -07:00
JsonEncode.php Merge branch '2.8' 2015-11-18 14:48:51 +01:00
JsonEncoder.php [Serializer] JsonEncoder: remove deprecated method 2015-10-30 13:41:02 +01:00
NormalizationAwareInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
XmlEncoder.php Merge branch '3.4' 2017-09-15 12:16:43 +02:00
YamlEncoder.php Minor fixes for 3.2 2016-12-11 15:34:22 +01:00