ChainEncoder
class ChainEncoder implements EncoderInterface
Encoder delegating the decoding to a chain of encoders.
Methods
__construct(array $encoders = array())
No description
scalar
encode(mixed $data, string $format, array $context = array())
Encodes data into the given format.
bool
supportsEncoding(string $format)
Checks whether the serializer can encode to given format.
bool
needsNormalization(string $format)
Checks whether the normalization is needed for the given format.
Details
at line line 28
__construct(array $encoders = array())
at line line 36
final scalar
encode(mixed $data, string $format, array $context = array())
Encodes data into the given format.
at line line 44
bool
supportsEncoding(string $format)
Checks whether the serializer can encode to given format.
at line line 62
bool
needsNormalization(string $format)
Checks whether the normalization is needed for the given format.