1 | <?php |
||
23 | final class LanguageMapNormalizer implements DenormalizerInterface, NormalizerInterface |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | 36 | public function normalize($object, $format = null, array $context = array()) |
|
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | 117 | public function supportsNormalization($data, $format = null) |
|
50 | |||
51 | /** |
||
52 | * {@inheritdoc} |
||
53 | */ |
||
54 | 40 | public function denormalize($data, $class, $format = null, array $context = array()) |
|
58 | |||
59 | /** |
||
60 | * {@inheritdoc} |
||
61 | */ |
||
62 | 119 | public function supportsDenormalization($data, $type, $format = null) |
|
66 | } |
||
67 |