You are here

protected property Serializer::$fallbackNormalizer in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/Serializer/Serializer.php \Drupal\jsonapi\Serializer\Serializer::fallbackNormalizer

A normalizer to fall back on when JSON:API cannot normalize an object.

Type: \Symfony\Component\Serializer\Normalizer\NormalizerInterface|\Symfony\Component\Serializer\Normalizer\DenormalizerInterface

File

core/modules/jsonapi/src/Serializer/Serializer.php, line 30

Class

Serializer
Overrides the Symfony serializer to cordon off our incompatible normalizers.

Namespace

Drupal\jsonapi\Serializer

Code

protected $fallbackNormalizer;