EncoderInterface
interface EncoderInterface
Methods
string
encode(mixed$data,string$format,array$context =[])
Encodes data into the given format.
bool
supportsEncoding(string$format)
Checks whether the serializer can encode to given format.