Symfony\Component\Serializer\Encoder
Classes
| ChainDecoder | Decoder delegating the decoding to a chain of decoders. |
| ChainEncoder | Encoder delegating the decoding to a chain of encoders. |
| CsvEncoder | Encodes CSV data. |
| JsonDecode | Decodes JSON data. |
| JsonEncode | Encodes JSON data. |
| JsonEncoder | Encodes JSON data. |
| XmlEncoder | Encodes XML data. |
| YamlEncoder | Encodes YAML data. |
Interfaces
| ContextAwareDecoderInterface | Adds the support of an extra $context parameter for the supportsDecoding method. |
| ContextAwareEncoderInterface | Adds the support of an extra $context parameter for the supportsEncoding method. |
| DecoderInterface | Defines the interface of decoders. |
| EncoderInterface | Defines the interface of encoders. |
| NormalizationAwareInterface | Defines the interface of encoders that will normalize data themselves. |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Serializer/Encoder.html