瀏覽代碼

add setSerializeNull method to VisitorInterface

mattw 12 年之前
父節點
當前提交
89ef72e8b4
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      Serializer/VisitorInterface.php

+ 7 - 0
Serializer/VisitorInterface.php

@@ -41,6 +41,13 @@ interface VisitorInterface
      */
     function prepare($data);
 
+    /**
+     * Controls whether keys will be preserved when serializing null values
+     *
+     * @param bool $serializeNull
+     */
+    public function setSerializeNull($serializeNull);
+
     /**
      * @param mixed $data
      * @param array $type