__construct(array | \Traversable | \Zend\Serializer\Adapter\AdapterOptions $options)
inherited_from | \Zend\Serializer\Adapter\AbstractAdapter::__construct() |
---|
array\Traversable\Zend\Serializer\Adapter\AdapterOptions
getOptions() : \Zend\Serializer\Adapter\JsonOptions
serialize(mixed $value) : string
mixed
\Zend\Serializer\Exception\InvalidArgumentException |
|
---|---|
\Zend\Serializer\Exception\RuntimeException |
string
setOptions(array | \Traversable | \Zend\Serializer\Adapter\JsonOptions $options) : \Zend\Serializer\Adapter\Json
unserialize(string $json) : mixed
string
\Zend\Serializer\Exception\InvalidArgumentException |
|
---|---|
\Zend\Serializer\Exception\RuntimeException |
mixed