1 | <?php |
||
15 | final class SerializerStub implements SerializerInterface, NormalizerInterface |
||
16 | { |
||
17 | public function serialize($data, $format, array $context = []) |
||
21 | |||
22 | public function deserialize($data, $type, $format, array $context = []) |
||
26 | |||
27 | public function normalize($object, $format = null, array $context = []) |
||
46 | |||
47 | public function supportsNormalization($data, $format = null) |
||
51 | } |
||
52 |