| 1 | <?php |
||
| 10 | class SerializerIgbinary implements iSerializer |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var bool |
||
| 14 | */ |
||
| 15 | public static $_exists_igbinary; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * SerializerIgbinary constructor. |
||
| 19 | */ |
||
| 20 | 51 | public function __construct() |
|
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | 24 | public function serialize($value) |
|
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritdoc} |
||
| 45 | */ |
||
| 46 | 19 | public function unserialize($value) |
|
| 56 | } |
||
| 57 |