interface EncoderInterface
Defines the interface of encoders
Methods
| scalar |
encode(mixed $data, string $format, array $context = array())
Encodes data into the given format |
|
| Boolean |
supportsEncoding(string $format)
Checks whether the serializer can encode to given format |
Details
at line 30
public scalar
encode(mixed $data, string $format, array $context = array())
Encodes data into the given format
at line 39
public Boolean
supportsEncoding(string $format)
Checks whether the serializer can encode to given format