bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format
mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP
bool supportsEncoding(string $format) Checks whether the serializer can encode to given format
class ChainEncoder implements
interface DecoderInterface Defines the interface of decoders.
class JsonEncoder implements
class ChainDecoder implements
class JsonDecode implements
scalar encode(mixed $data, string $format, array $context = array()) Encodes PHP data to a JSON
final mixed decode(string $data, string $format, array $context = array()) Decodes
Page 2 of 4