interface NormalizerAwareInterface Class accepting a normalizer.
interface ClassMetadataInterface Stores metadata needed for serializing and deserializing objects
string getRootNodeName() Returns the root node name.
bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format
trait NormalizerAwareTrait NormalizerAware trait. Methods
AbstractNormalizer
interface LoaderInterface Loads {@link ClassMetadataInterface}.
array|string|bool|int|float|null normalize($data, string $format = null, array $context = array())
mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP
bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks if the
Page 7 of 17