protected property ComplexDataNormalizer::$supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/ComplexDataNormalizer.php, line 29
Contains \Drupal\serialization\Normalizer\ComplexDataNormalizer.

Class

ComplexDataNormalizer
Converts the Drupal entity object structures to a normalized array.

Namespace

Drupal\serialization\Normalizer

Code

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