Skip to content

[source]

Native#

The native bytecode format that comes bundled with PHP core.

Parameters#

This serializer does not have any parameters.

Example#

use Rubix\ML\Serializers\Native;

$serializer = new Native();