Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace Symfony\Component\Serializer\Encoder

Object name File name Summary
ChainDecoder vendor/symfony/serializer/Encoder/ChainDecoder.php Decoder delegating the decoding to a chain of decoders.
ChainEncoder vendor/symfony/serializer/Encoder/ChainEncoder.php Encoder delegating the decoding to a chain of encoders.
ContextAwareDecoderInterface vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php Adds the support of an extra $context parameter for the supportsDecoding method.
ContextAwareEncoderInterface vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php Adds the support of an extra $context parameter for the supportsEncoding method.
CsvEncoder vendor/symfony/serializer/Encoder/CsvEncoder.php Encodes CSV data.
DecoderInterface vendor/symfony/serializer/Encoder/DecoderInterface.php @author Jordi Boggiano <j.boggiano@seld.be>
EncoderInterface vendor/symfony/serializer/Encoder/EncoderInterface.php @author Jordi Boggiano <j.boggiano@seld.be>
JsonDecode vendor/symfony/serializer/Encoder/JsonDecode.php Decodes JSON data.
JsonEncode vendor/symfony/serializer/Encoder/JsonEncode.php Encodes JSON data.
JsonEncoder vendor/symfony/serializer/Encoder/JsonEncoder.php Encodes JSON data.
NormalizationAwareInterface vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php Defines the interface of encoders that will normalize data themselves.
XmlEncoder vendor/symfony/serializer/Encoder/XmlEncoder.php @author Jordi Boggiano <j.boggiano@seld.be>
@author John Wards <jwards@whiteoctober.co.uk>
@author Fabian Vogler <fabian@equivalence.ch>
@author Kévin Dunglas <dunglas@gmail.com>
@author Dany Maillard…
YamlEncoder vendor/symfony/serializer/Encoder/YamlEncoder.php Encodes YAML data.
RSS feed
Powered by Drupal