You are here

protected property AnnotationNormalizer::$serializer in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 modules/jsonrpc_discovery/src/Normalizer/AnnotationNormalizer.php \Drupal\jsonrpc_discovery\Normalizer\AnnotationNormalizer::serializer

The serializer service.

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

File

modules/jsonrpc_discovery/src/Normalizer/AnnotationNormalizer.php, line 24

Class

AnnotationNormalizer
The normalizer class for annotated objects.

Namespace

Drupal\jsonrpc_discovery\Normalizer

Code

protected $serializer;