*/ namespace oat\taoItems\model\pack\encoders; interface Encoding { /** * @param mixed $data * * @return string */ public function encode($data); }