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