1 | <?php |
||
11 | class Normalizer implements NormalizerInterface |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | */ |
||
16 | public function normalize($object) |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function denormalize($className, array $data = []) |
||
40 | |||
41 | /** |
||
42 | * @param \ReflectionProperty $reflectionProperty |
||
43 | * |
||
44 | * @return string|null |
||
45 | */ |
||
46 | public function detectType(\ReflectionProperty $reflectionProperty) |
||
59 | } |
||
60 |