Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TraceableSerializer.php

function TraceableSerializer::supportsDenormalization

Overrides DenormalizerInterface::supportsDenormalization

File

vendor/symfony/serializer/Debug/TraceableSerializer.php, line 139

Class

TraceableSerializer
Collects some data about serialization.

Namespace

Symfony\Component\Serializer\Debug

Code

public function supportsDenormalization(mixed $data, string $type, ?string $format = null, array $context = []) : bool {
    return $this->serializer
        ->supportsDenormalization($data, $type, $format, $context);
}
RSS feed
Powered by Drupal