22.08.2013 Views

ColdFusion Developer's Guide

ColdFusion Developer's Guide

ColdFusion Developer's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Beta Beta Beta Beta Beta Beta Beta Beta Beta Beta<br />

<br />

relatives = structNew();<br />

relatives.father = "Bob";<br />

relatives.mother = "Mary";<br />

relatives.sisters = arrayNew(1);<br />

arrayAppend(relatives.sisters, "Joan");<br />

relatives.brothers = arrayNew(1);<br />

arrayAppend(relatives.brothers, "Tom");<br />

arrayAppend(relatives.brothers, "Jesse");<br />

<br />

A dump of the original relatives structure:<br />

<br />

<br />

<br />

<br />

<br />

The contents of the Client.wddxRelatives variable:<br />

#HtmlEditFormat(Client.wddxRelatives)#<br />

<br />

<br />

<br />

A dump of the sameRelatives structure generated from<br />

client.wddxRelatives<br />

<br />

Using WDDX 1289

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!