1 | <?php |
||
13 | class SerializableEventNormalizer extends AbstractAggregateNormalizerAware implements NormalizerInterface, DenormalizerInterface |
||
|
|||
14 | { |
||
15 | /** |
||
16 | * {@inheritDoc} |
||
17 | */ |
||
18 | public function normalize($object, $format = null, array $context = array()) |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | */ |
||
33 | public function supportsNormalization($data, $format = null) |
||
37 | |||
38 | /** |
||
39 | * {@inheritDoc} |
||
40 | */ |
||
41 | public function denormalize($data, $class, $format = null, array $context = array()) |
||
54 | |||
55 | /** |
||
56 | * {@inheritDoc} |
||
57 | */ |
||
58 | public function supportsDenormalization($data, $type, $format = null) |
||
62 | } |