* @package generis */ trait PhpSerializeStateless { /** * */ public function __toPhpCode() { return 'new ' . get_class($this) . '()'; } }