Serializes the given object to XML.
serializeXML( objToBeSerialized, useCustomSerializer )
→ returns string
true
This will serialize the object to XML using ColdFusion's default serialization mechanism.
serializeXML({ "firstName": "John", "lastName": "Doe" })
Expected Result: <STRUCT ID="1"><ENTRY NAME="lastName" TYPE="STRING">Doe</ENTRY><ENTRY NAME="firstName" TYPE="STRING">John</ENTRY></STRUCT>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.