Cml\Queue\Base::encodeDate PHP Method

encodeDate() protected method

序列化数据
protected encodeDate ( mixed $data ) : string
$data mixed
return string
    protected function encodeDate($data)
    {
        return json_encode($data, JSON_UNESCAPED_UNICODE);
    }