| 1 | <?php  | 
            ||
| 9 | final class JsonTypeDecoder implements TypeDecoderInterface  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @return string  | 
            ||
| 13 | */  | 
            ||
| 14 | 2 | public function getContentType(): string  | 
            |
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * @param string $data  | 
            ||
| 21 | *  | 
            ||
| 22 | * @return array  | 
            ||
| 23 | *  | 
            ||
| 24 | * @throws DeserializerRuntimeException  | 
            ||
| 25 | */  | 
            ||
| 26 | 3 | public function decode(string $data): array  | 
            |
| 34 | }  | 
            ||
| 35 |