<cfwddx action="cfml2wddx" input="#arrayname#" output="variable">
<cfset client.storage = "#variable#">

to deserialize:
<cfwddx action="wddx2cfml" input="#client.storage#" output="arrayname">

Now you have "arrayname" back.

That'd be the basics!

Paul Giesenhagen
QuillDesign
http://www.quilldesign.com
SiteDirector v2.0 - Commerce Builder


----- Original Message -----
From: "Owens, Howard" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 26, 2002 8:09 PM
Subject: CFWDDX example needed


> I've not worked with WDDX.
>
> I need to create an array of structures, serielize it, then deserielize it
> later.
>
> Anybody have some example code of passing an array to WDDX and then
getting
> it out again.  I've looked at the manuals, and they don't seem to be on
> point exactly, but I'm going to study them seriously between today and
> actually writing code tomorrow.  Any pointers appreciated.
>
> My plan is to create an array scoped locally, serielize it, let the user
go
> elsewhere, select more stuff, add it to the array (at which point, the
wddx
> packet is deserielized, the new stuff is appended, and then the whole
array
> is reserielized.  Is this right?
>
> I'm using client variables ... so how do I make sure the user always gets
> back his right packet when moving from page to page?
>
>
> H.
>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to