PK
*/ interface DataDumperInterface { /** * @return string|null */ public function dump(Data $data); }