1 | <?php |
||
22 | final class AccountNormalizer extends Normalizer |
||
23 | { |
||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function normalize($object, $format = null, array $context = array()) |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function supportsNormalization($data, $format = null) |
||
46 | |||
47 | /** |
||
48 | * {@inheritdoc} |
||
49 | */ |
||
50 | public function denormalize($data, $class, $format = null, array $context = array()) |
||
65 | |||
66 | /** |
||
67 | * {@inheritdoc} |
||
68 | */ |
||
69 | public function supportsDenormalization($data, $type, $format = null) |
||
73 | } |
||
74 |