You are here

protected property ChainEncoder::$encoderByFormat in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Encoder/ChainEncoder.php \Symfony\Component\Serializer\Encoder\ChainEncoder::encoderByFormat

File

vendor/symfony/serializer/Encoder/ChainEncoder.php, line 26

Class

ChainEncoder
Encoder delegating the decoding to a chain of encoders.

Namespace

Symfony\Component\Serializer\Encoder

Code

protected $encoderByFormat = array();