فهرست منبع

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