MACROMEDIA COLDFUSION MX 61-CFML Reference page 792

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

Usage
This is an internal function; you do not typically call it.
Example
This example is from the WddxSerializer
...
else if (typeof(obj) == "number")
{
// Number value
this.write("<number>" + obj + "</number>");
}
else if (typeof(obj) == "boolean")
{
// Boolean value
this.write("<boolean value='" + obj + "'/>");
}
...
792
Chapter 6: WDDX JavaScript Objects
function:
serializeValue

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents