* @package generis */ interface common_Serializable { // --- OPERATIONS --- /** * Obtain a serial for the instance of the class that implements the * * @access public * @author Jerome Bogaerts, * @return string */ public function getSerial(); } /* end of interface common_Serializable */