- PHP 7+
phpize
./configure
make
make install
echo "extension=/path/to/swoole_serialize.so" >> php.ini
- the fastest serialize function for php7+ (see bench.php,or you can bench it use you data,trust me it is cool!).
- support __sleep __wakeup __autoload etc.
$str = swoole_serialize::pack($arr);
$arr = swoole_serialize::unpack($str);
Apache License Version 2.0 see http://www.apache.org/licenses/LICENSE-2.0.html