Igbinary#
Igbinary is a compact binary format that serves as a drop-in replacement for the native PHP serializer.
Note: The Igbinary extension is needed to use this serializer.
Parameters#
This serializer does not have any parameters.
Example#
use Rubix\ML\Persisters\Serializers\Igbinary;
$serializer = new Igbinary();