Neos\FluidAdaptor\Core\Widget\WidgetContext::__sleep PHP Method

__sleep() public method

Serialize everything *except* the viewHelperChildNodes, viewHelperChildNodeRenderingContext and nonAjaxWidgetConfiguration
public __sleep ( ) : array
return array
    public function __sleep()
    {
        return array('widgetIdentifier', 'ajaxWidgetIdentifier', 'ajaxWidgetConfiguration', 'controllerObjectName');
    }