interface NormalizableInterface Defines the most basic interface a class must implement to be normalizable
bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks if the
bool supportsNormalization(mixed $data, string $format = null) Checks whether the given class
AbstractNormalizer
interface DenormalizerInterface Defines the interface of denormalizers.
interface DenormalizerAwareInterface Class accepting a denormalizer.
bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks whether
interface DenormalizableInterface Defines the most basic interface a class must implement to be
Page 3 of 6