Merge remote branch 'lsmith77/serializer'

* lsmith77/serializer:
  make it possible to read the normalizerCache when inheriting
This commit is contained in:
Fabien Potencier 2011-05-01 17:30:53 +02:00
commit 0642b60079

View File

@ -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