bool supportsEncoding(string $format) Checks whether the serializer can encode to given format
class XmlEncoder extends
bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format
scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given
bool needsNormalization(string $format) Checks whether the normalization is needed for the given
interface EncoderInterface Defines the interface of encoders.
final scalar encode(mixed $data, string $format, array $context = array()) Encodes
class JsonEncode implements
Page 3 of 4