mixed decode(string $data, string $format, array $context = array()) Decodes data.
scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given
class SerializerAwareEncoder implements
interface NormalizationAwareInterface Defines the interface of encoders that will normalize data
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
mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP
string getRootNodeName() Returns the root node name.
Page 1 of 4