Class NullNormalizer
- Symfony\Component\Serializer\Normalizer\SerializerAwareNormalizer
-
SellerLabs\Snagshout\Utils\NullNormalizer implements Symfony\Component\Serializer\Normalizer\DenormalizerInterface, Symfony\Component\Serializer\Normalizer\NormalizerInterface
public
object
|
#
denormalize( mixed $data, string $class, string $format = null, array $context = array() )
Denormalizes data back into an object of the given class. |
public
boolean
|
#
supportsDenormalization( mixed $data, string $type, string $format = null )
Checks whether the given class is supported for denormalization by this normalizer. |
public
array|scalar
|
|
public
boolean
|
#
supportsNormalization( mixed $data, string $format = null )
Checks whether the given class is supported for normalization by this normalizer. |