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.
bool supportsEncoding(string $format)
Checks whether the serializer can encode to given format.
Please login to continue.