function Serializer::setFallbackNormalizer
Adds a secondary normalizer.
This normalizer will be attempted when JSON:API has no applicable normalizer.
Parameters
\Symfony\Component\Serializer\Normalizer\NormalizerInterface $normalizer: The secondary normalizer.
File
- 
              core/modules/ jsonapi/ src/ Serializer/ Serializer.php, line 53 
Class
- Serializer
- Overrides the Symfony serializer to cordon off our incompatible normalizers.
Namespace
Drupal\jsonapi\SerializerCode
public function setFallbackNormalizer(NormalizerInterface $normalizer) {
  $this->fallbackNormalizer = $normalizer;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
