1 | <?php |
||
11 | class ClaimCheckJsonSerializer implements ClaimCheckSerializerInterface |
||
12 | { |
||
13 | /** |
||
14 | * @param ClaimCheck $claimCheck |
||
15 | * @return string |
||
16 | * @throws ExceptionInterface |
||
17 | */ |
||
18 | 6 | public function serialize(ClaimCheck $claimCheck) |
|
25 | |||
26 | /** |
||
27 | * @param string $encodedValue |
||
28 | * @return ClaimCheck |
||
29 | * @throws ExceptionInterface |
||
30 | */ |
||
31 | 8 | public function unserialize($encodedValue) |
|
47 | } |
||
48 |