I have a form with the following field(this field is just one of 4)
I had the same issue recently, and it turned out I was using jQuery 1.3.2!
Upgrading to 1.6.2 (latest) fixed it.
I suspect this later version upgraded the serialize function to recognise the new HTML5 input types.