| 1 | <?php |
||
| 14 | final class TimestampNormalizer implements DenormalizerInterface, NormalizerInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public function denormalize($data, $class, $format = null, array $context = array()) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | 43 | public function supportsDenormalization($data, $type, $format = null) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function normalize($object, $format = null, array $context = array()) |
||
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | 42 | public function supportsNormalization($data, $format = null) |
|
| 51 | } |
||
| 52 |