I am using ColdFusion MX 7. When I use <CFWDDX action="CFML2WDDX"...> to convert a structure into WDDX, all numbers that are in fact INTEGER become DOUBLE ones in output WDDX. In other words, "1" in structure becomes <number>1.0</number> in the WDDX. Can I somehow avoid this - to have just <number>1</number> instead of <number>1.0</number> in the output WDDX?