protected property TypedDataNormalizer::$supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/TypedDataNormalizer.php, line 22
Contains \Drupal\serialization\Normalizer\TypedDataNormalizer.

Class

TypedDataNormalizer
Converts typed data objects to arrays.

Namespace

Drupal\serialization\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\Core\\TypedData\\TypedDataInterface';