PhpRiot
Follow phpriot on Twitter
Sponsored Link
Become Zend Certified

Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...


When you're ready get 7.5% off your exam voucher using voucher CJQNOV23 at the Zend Store
Free iPad/iPhone App
Available on the App Store

  • PHP manual
  • Zend Framework manual
  • Smarty manual
  • PHP articles
  • PHP training

Zend_Serializer_Adapter_Json

The JSON adapter provides a bridge to the Zend_Json component and/or ext/json. Please read the Zend_Json documentation for further information.

Available options include:

Table 130. Zend_Serializer_Adapter_Json Options

Option Data Type Default Value Description
cycleCheck boolean false See this section
objectDecodeType Zend_Json::TYPE_* Zend_Json::TYPE_ARRAY See this section
enableJsonExprFinder boolean false See this section

Zend Framework