I tested your example on my system, and after serialization, the following value is returned:
string(42) "a:1:{i:0;s:24:"a:4:{i:1;s:7:"fdsfdsf";i";}"
This is what will be added to the database. But storing simple user input into a database is highly discouraged. You must first format simple user input with mysql_real_escape_string(), as it will escape critical characters.
, unserialize() , , . , .
. , , , VARCHAR TEXT. , . , , , .
, , , . , , , , . .