scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given
interface NormalizationAwareInterface Defines the interface of encoders that will normalize data
bool supportsEncoding(string $format) Checks whether the serializer can encode to given format
mixed decode(string $data, string $format, array $context = array()) Decodes data.
class SerializerAwareEncoder implements
bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format
string getRootNodeName() Returns the root node name.
mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP
Page 1 of 4