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
at line line 34
scalar
encode(mixed $data, string $format, array $context = array())
Encodes data into the given format.
at line line 43
bool
supportsEncoding(string $format)
Checks whether the serializer can encode to given format.