interface NormalizerInterface Defines the interface of normalizers.
bool supportsNormalization(mixed $data, string $format = null) Checks if the given class implements
bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format
final scalar encode(mixed $data, string $format, array $context = array()) Encodes
bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks whether
setRootNodeName(string $name) Sets the root node name.
setSerializer(SerializerInterface
setMaxDepth(int|null $maxDepth) Sets the serialization max depth for this attribute.
class GetSetMethodNormalizer extends
Page 15 of 17