1 | <?php |
||
23 | final class AccountNormalizer implements DenormalizerInterface, NormalizerInterface |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function normalize($object, $format = null, array $context = array()) |
||
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | public function supportsNormalization($data, $format = null) |
||
47 | |||
48 | /** |
||
49 | * {@inheritdoc} |
||
50 | */ |
||
51 | public function denormalize($data, $class, $format = null, array $context = array()) |
||
66 | |||
67 | /** |
||
68 | * {@inheritdoc} |
||
69 | */ |
||
70 | public function supportsDenormalization($data, $type, $format = null) |
||
74 | } |
||
75 |