Solar_Sql_Model::serializeCols()
public
void
Solar_Sql_Model::serializeCols
( array $$data
)
Serializes data values in-place based on $this->_serialize_cols and $this->_xmlstruct_cols.
Parameters
(array)
&$data
: Record data.
Returns
(void)
Description
Serializes data values in-place based on $this->_serialize_cols and $this->_xmlstruct_cols.
Does not attempt to serialize null values.
If serializing fails, stores 'null' in the data.