*/ interface Activecampaign_For_Woocommerce_Ecom_Model_Interface { /** * Serializes the model to an array. * * @return array */ public function serialize_to_array(); /** * Sets properties on the model from a serialized array. * * @param array $array The array of serialized data to set properties from. */ public function set_properties_from_serialized_array( array $array ); }