CollectionTypeDenormalizer
final class CollectionTypeDenormalizer implements DenormalizerInterface, SerializerAwareInterface, CacheableSupportsMethodInterface (View source)
Understands collections of objects in the array
Methods
array
denormalize($data, string $type, string $format = null, array $context = [])
{@inheritdoc}
bool
supportsDenormalization($data, string $type, string $format = null, array $context = [])
{@inheritdoc}
void
setSerializer(SerializerInterface $serializer)
{@inheritdoc}
bool
hasCacheableSupportsMethod()
{@inheritdoc}
Details
array
denormalize($data, string $type, string $format = null, array $context = [])
{@inheritdoc}
bool
supportsDenormalization($data, string $type, string $format = null, array $context = [])
{@inheritdoc}
void
setSerializer(SerializerInterface $serializer)
{@inheritdoc}
bool
hasCacheableSupportsMethod()
{@inheritdoc}