1 | <?php |
||
9 | class DeserializableCommandDenormalizer implements DenormalizerInterface |
||
10 | { |
||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | public function denormalize($data, $class, $format = null, array $context = []) |
||
18 | |||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | public function supportsDenormalization($data, $type, $format = null): bool |
||
26 | } |
||
27 |