Encoder
Table of Contents
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
- EncoderInterface
- NormalizationAwareInterface
- Defines the interface of encoders that will normalize data themselves.
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
- YamlEncoder
- Encodes YAML data.