The WddxSerializer object includes functions that serialize any JavaScript data structure. For more information on using this object, see "Using WDDX" in the ColdFusion Developer's Guide.
The only function that developers typically call is serialize.
Function syntax |
Description |
---|---|
|
Creates a WDDX packet for a passed WddxRecordset instance. |
|
Serializes a property of a structure. If an object is not a string, number, array, Boolean, or a date, WddxSerializer treats it as a structure. |
|
Recursively serializes eligible data in a passed instance. |
|
Appends data to the serialized data stream. |