__construct(array | \Traversable | \Zend\Serializer\Adapter\AdapterOptions $options)
array\Traversable\Zend\Serializer\Adapter\AdapterOptions
\Zend\Serializer\Exception\ExtensionNotLoadedException |
If msgpack extension is not present |
---|
getOptions() : \Zend\Serializer\Adapter\AdapterOptions
inherited_from | \Zend\Serializer\Adapter\AbstractAdapter::getOptions() |
---|
serialize(mixed $value) : string
mixed
\Zend\Serializer\Exception\RuntimeException |
on msgpack error |
---|
string
setOptions(array | \Traversable | \Zend\Serializer\Adapter\AdapterOptions $options) : \Zend\Serializer\Adapter\AbstractAdapter
inherited_from | \Zend\Serializer\Adapter\AbstractAdapter::setOptions() |
---|
array\Traversable\Zend\Serializer\Adapter\AdapterOptions
unserialize(string $serialized) : mixed
string
\Zend\Serializer\Exception\RuntimeException |
on msgpack error |
---|
mixed
$serialized0 : string