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