EncoderInterface
EncoderInterface
interface EncoderInterface
Defines the interface of encoders.
Methods
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. |
Details
scalar encode(mixed $data, string $format, array $context = array())
Encodes data into the given format.
Parameters
mixed | $data | Data to encode |
string | $format | Format name |
arr
|