소스 검색

Merge remote branch 'lsmith77/serializer'

* lsmith77/serializer:
  make it possible to read the normalizerCache when inheriting
Fabien Potencier 14 년 전
부모
커밋
0642b60079
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Serializer/Serializer.php

+ 1 - 1
src/Symfony/Component/Serializer/Serializer.php

@@ -30,7 +30,7 @@ class Serializer implements SerializerInterface
 {
     private $normalizers = array();
     private $encoders = array();
-    private $normalizerCache = array();
+    protected $normalizerCache = array();
 
     /**
      * @param mixed $value value to test