1 | <?php |
||
23 | final class TimestampNormalizer implements DenormalizerInterface, NormalizerInterface |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function denormalize($data, $class, $format = null, array $context = array()) |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function supportsDenormalization($data, $type, $format = null) |
||
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | public function normalize($object, $format = null, array $context = array()) |
||
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | public function supportsNormalization($data, $format = null) |
||
60 | } |
||
61 |