DecoderInterface
interface DecoderInterface
Methods
mixed
decode(string$data,string$format,array$context =[])
Decodes a string into PHP data.
bool
supportsDecoding(string$format)
Checks whether the deserializer can decode from given format.