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
bool needsNormalization(string $format) Checks whether the normalization is needed for the given
scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given
class XmlEncoder extends
final mixed decode(string $data, string $format, array $context = array()) Decodes
final scalar encode(mixed $data, string $format, array $context = array()) Encodes
Page 3 of 4