interface DecoderInterface

Defines the interface of decoders

@author Jordi Boggiano <j.boggiano@seld.be>

Hierarchy

Expanded class hierarchy of DecoderInterface

All classes that implement DecoderInterface

3 files declare their use of DecoderInterface

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php, line 19

Namespace

Symfony\Component\Serializer\Encoder
View source

Members

Namesort descending Modifiers Type Description Overrides
DecoderInterface::decode public function Decodes a string into PHP data. 6
DecoderInterface::supportsDecoding public function Checks whether the deserializer can decode from given format. 6