You are here

protected property ResourceResponseValidator::$serializer in JSON:API 8.2

Same name and namespace in other branches
  1. 8 src/EventSubscriber/ResourceResponseValidator.php \Drupal\jsonapi\EventSubscriber\ResourceResponseValidator::serializer

The serializer.

Type: \Symfony\Component\Serializer\SerializerInterface

File

src/EventSubscriber/ResourceResponseValidator.php, line 39

Class

ResourceResponseValidator
Response subscriber that validates a JSON:API response.

Namespace

Drupal\jsonapi\EventSubscriber

Code

protected $serializer;